From: Steven Barth Date: Fri, 17 Oct 2014 11:18:52 +0000 (+0000) Subject: odhcpd: multiple fixes X-Git-Tag: reboot~5624 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=f71f3afd20a7d911bd2851f581affbf3bb821f6e;hp=99984eaeb3efca73b7ac877161b5fd96ad2711e3 odhcpd: multiple fixes * Rewrite ndp proxy using kernel proxying * Aid flash-renumbering in hybrid DHCPv6-mode * Unicast RAs to RS senders * Add support for router address Signed-off-by: Steven Barth SVN-Revision: 42944 --- diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index e1655b26f7..2076bdae3b 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2014-09-25 +PKG_VERSION:=2014-10-17 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/odhcpd.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=a6e2953843eaf6c93764f9feef10466e7a84ec85 +PKG_SOURCE_VERSION:=ff9d2a001bea612cad05d9d317f0f0ca555aa72f PKG_MAINTAINER:=Steven Barth