From: Steven Barth Date: Fri, 31 May 2013 10:02:39 +0000 (+0000) Subject: odhcp6c: fix handling of multiple RAs in a row X-Git-Tag: reboot~10315 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=bf582fbb7b338c2e1e850da580921c781e094312 odhcp6c: fix handling of multiple RAs in a row SVN-Revision: 36804 --- diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index 4bf32b0fae..910bdf4817 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-28 +PKG_VERSION:=2013-05-31 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:=2e9e12c3d737a851ae651d7bbfe440b60ff2e0fc +PKG_SOURCE_VERSION:=cf2c1eec0dcd49c0b838a97a1e21e712a83b4320 PKG_MAINTAINER:=Steven Barth include $(INCLUDE_DIR)/package.mk