Author: cyrus Date: 2015-07-17 10:47:48 +0200 (Fri, 17 Jul 2015) New Revision: 46392
Modified: trunk/package/network/services/odhcpd/Makefile Log: odhcpd: fix dhcpv6 relay forwarding Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/network/services/odhcpd/Makefile =================================================================== --- trunk/package/network/services/odhcpd/Makefile 2015-07-16 11:15:02 UTC (rev 46391) +++ trunk/package/network/services/odhcpd/Makefile 2015-07-17 08:47:48 UTC (rev 46392) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2015-07-16 +PKG_VERSION:=2015-07-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:=053ca41a841aa4a1b1ce86ce6ee9f4304cba7027 +PKG_SOURCE_VERSION:=60bb0a1fc3e5c5c73fceedc26ebd7b8a2a608763 PKG_MAINTAINER:=Steven Barth <[email protected]> PKG_LICENSE:=GPL-2.0 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
