summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-02-03 17:26:40 +0000
committerSteven Barth <cyrus@openwrt.org>2013-02-03 17:26:40 +0000
commit13544edce71bc83d1e663dd7883e701d1d1090e6 (patch)
tree302cd249f65e5f369422b8e2d50376913dc56f94 /package
parente893d4d9a85c77ef82f85d4a6ea8b374fec9ef85 (diff)
downloadmaster-31e0f0ae-13544edce71bc83d1e663dd7883e701d1d1090e6.tar.gz
master-31e0f0ae-13544edce71bc83d1e663dd7883e701d1d1090e6.tar.bz2
master-31e0f0ae-13544edce71bc83d1e663dd7883e701d1d1090e6.zip
odhcp6c: Fix timing issues
SVN-Revision: 35472
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 93f9a10da4..b42f512e99 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-02-02
+PKG_VERSION:=2013-02-03
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:=f157601cf149ddd062dec1ef8fca02349a0cb8a9
+PKG_SOURCE_VERSION:=237734ebc82f84d3d0c4c8591390d82f6aff89e3
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
include $(INCLUDE_DIR)/package.mk