From: cyrus Date: Sat, 27 Sep 2014 16:57:47 +0000 (+0000) Subject: odhcp6c: work around weird ISP RS behaviour X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=18dc5491d5bd2a5730f472a5559d8c6048bb7001;p=openwrt.git odhcp6c: work around weird ISP RS behaviour git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42674 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 include $(INCLUDE_DIR)/package.mk