diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-01-31 11:23:00 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-01-31 11:23:00 +0000 |
commit | b965dab1480e29fdd32260b6b2254e83e37c04fc (patch) | |
tree | 576f7395abcee209bd5795e40ec8a722a333b381 /package/network/ipv6/odhcp6c/Makefile | |
parent | 68cd44f9758d8ed50b4cc3d65604254efb2e3533 (diff) | |
download | upstream-b965dab1480e29fdd32260b6b2254e83e37c04fc.tar.gz upstream-b965dab1480e29fdd32260b6b2254e83e37c04fc.tar.bz2 upstream-b965dab1480e29fdd32260b6b2254e83e37c04fc.zip |
odhcp6c: several bugfixes and improvements
* Fixed broken stateless-mode (fixes #14863)
* Support for multiple IAIDs, improved server compatibility,
improved NTP/SNTP support and other fixes (thanks to T-Labs)
SVN-Revision: 39433
Diffstat (limited to 'package/network/ipv6/odhcp6c/Makefile')
-rw-r--r-- | package/network/ipv6/odhcp6c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index ed51b9887b..b7a1513da1 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2014-01-11 +PKG_VERSION:=2014-01-31 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:=8152153cb9c5b09862bf0c8a0d1005fa8dfdf262 +PKG_SOURCE_VERSION:=b4a0f3d74b04074eae21e88fbf5b8f2ddc150f86 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> include $(INCLUDE_DIR)/package.mk |