diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-12-10 10:41:51 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-12-10 10:41:51 +0000 |
commit | 89e3a8b3b5036b2a607c51aa1e8849239272a7b4 (patch) | |
tree | 2b93b7451a3b82f357beff33f196965ff55c3572 /package | |
parent | fd492354bb9e920837e241894e4370698644b856 (diff) | |
download | upstream-89e3a8b3b5036b2a607c51aa1e8849239272a7b4.tar.gz upstream-89e3a8b3b5036b2a607c51aa1e8849239272a7b4.tar.bz2 upstream-89e3a8b3b5036b2a607c51aa1e8849239272a7b4.zip |
odhcp6c: correctly handle renew-replies with short lease times
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43592
Diffstat (limited to 'package')
-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 7d79b8c8a6..b2a4e89bc0 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-11-28 +PKG_VERSION:=2014-12-10 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/sbyx/odhcp6c.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=518cdfc1dbf5c61859f6faaf678e0bbed82755a6 +PKG_SOURCE_VERSION:=722226c4f1d45c8bf4ac9189523738abcf7d648f PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_LICENSE:=GPL-2.0 |