Author: cyrus Date: 2015-09-01 15:31:00 +0200 (Tue, 01 Sep 2015) New Revision: 46761
Modified: trunk/package/network/services/odhcpd/Makefile Log: odhcpd: fix incorrect address assignment for DHCPv6 Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/network/services/odhcpd/Makefile =================================================================== --- trunk/package/network/services/odhcpd/Makefile 2015-08-30 12:18:22 UTC (rev 46760) +++ trunk/package/network/services/odhcpd/Makefile 2015-09-01 13:31:00 UTC (rev 46761) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2015-08-20 +PKG_VERSION:=2015-09-01 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:=5b12eeba475a3301c362cf59f138ec7aa60d2dd9 +PKG_SOURCE_VERSION:=b8f53276092dc48409006fec3c1e90383820cbc5 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
