1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-30 12:54:15 +02:00

odhcp6c: fix preference handling, custom client-ID * thanks to mbidewell for investigating

SVN-Revision: 36083
This commit is contained in:
Steven Barth 2013-03-18 07:24:49 +00:00
parent a4c8d4e377
commit 3ebdd3b330

View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcp6c
PKG_VERSION:=2013-03-08
PKG_VERSION:=2013-03-18
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=git://github.com/sbyx/odhcp6c.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=e8b07f018cbdf8f2a08f93af46904e7ffb9eb123
PKG_SOURCE_VERSION:=82e0235c10dda8b9baeb06b6383bec1f43bb61a2
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
include $(INCLUDE_DIR)/package.mk