From: cyrus Date: Fri, 31 May 2013 10:02:39 +0000 (+0000) Subject: odhcp6c: fix handling of multiple RAs in a row X-Git-Tag: fast2504n-3.10.28-merged~2444 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=1a8815f163d967ff5908e0efd5b03d2c9120d7a4;p=openwrt.git odhcp6c: fix handling of multiple RAs in a row git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36804 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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