From: Steven Barth <cyrus@openwrt.org>
Date: Sat, 27 Sep 2014 16:57:47 +0000 (+0000)
Subject: odhcp6c: work around weird ISP RS behaviour
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=36115321be16b10c03c4f68ea0c2c39126d60147;p=openwrt%2Fstaging%2Fthess.git

odhcp6c: work around weird ISP RS behaviour

SVN-Revision: 42674
---

diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index 4a82b8d0e2..be9c4df6fb 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-08-25
+PKG_VERSION:=2014-09-27
 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:=0300fe7589a1701361735ac068e4b57bb1a1896f
+PKG_SOURCE_VERSION:=3e52a1448eee0fbf7ff67c123265bedcbc9c26d0
 PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
 
 include $(INCLUDE_DIR)/package.mk