summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-05-31 13:49:17 +0000
committerSteven Barth <cyrus@openwrt.org>2013-05-31 13:49:17 +0000
commit7ae506c7d44d6e64f4f14307cd5ca0838fed97b1 (patch)
treec60e4b8bd4a72ec82e524140b571edb0eaa28bb1 /package
parente9ef65175da8aa3c445a310c7c7dab3649e0159b (diff)
downloadmaster-31e0f0ae-7ae506c7d44d6e64f4f14307cd5ca0838fed97b1.tar.gz
master-31e0f0ae-7ae506c7d44d6e64f4f14307cd5ca0838fed97b1.tar.bz2
master-31e0f0ae-7ae506c7d44d6e64f4f14307cd5ca0838fed97b1.zip
odhcp6c: work around spurious false-positive address DECLINEs
SVN-Revision: 36809
Diffstat (limited to 'package')
-rw-r--r--package/network/ipv6/odhcp6c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index 910bdf4817..89b2cc8933 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:=2013-05-31
+PKG_VERSION:=2013-05-31.1
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:=cf2c1eec0dcd49c0b838a97a1e21e712a83b4320
+PKG_SOURCE_VERSION:=56920baef21f23307c3df9719914e75fe729e0b8
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
include $(INCLUDE_DIR)/package.mk