Author: cyrus Date: 2014-10-17 13:18:52 +0200 (Fri, 17 Oct 2014) New Revision: 42944
Modified: trunk/package/network/services/odhcpd/Makefile Log: 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 <[email protected]> Modified: trunk/package/network/services/odhcpd/Makefile =================================================================== --- trunk/package/network/services/odhcpd/Makefile 2014-10-17 06:16:07 UTC (rev 42943) +++ trunk/package/network/services/odhcpd/Makefile 2014-10-17 11:18:52 UTC (rev 42944) @@ -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 <[email protected]> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
