Author: cyrus Date: 2014-10-18 17:47:31 +0200 (Sat, 18 Oct 2014) New Revision: 42951
Modified: trunk/package/network/services/odhcpd/Makefile Log: odhcpd: fix regression in dhcpv6 t1 and t2 calculation Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/network/services/odhcpd/Makefile =================================================================== --- trunk/package/network/services/odhcpd/Makefile 2014-10-18 09:20:57 UTC (rev 42950) +++ trunk/package/network/services/odhcpd/Makefile 2014-10-18 15:47:31 UTC (rev 42951) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2014-10-17 +PKG_VERSION:=2014-10-18 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:=ff9d2a001bea612cad05d9d317f0f0ca555aa72f +PKG_SOURCE_VERSION:=b461334ab277b6e8fd1622ab7c8a655363bd3f6c PKG_MAINTAINER:=Steven Barth <[email protected]> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
