Author: cyrus Date: 2015-09-07 15:31:36 +0200 (Mon, 07 Sep 2015) New Revision: 46803
Modified: trunk/package/network/services/odhcpd/Makefile Log: odhcpd: fix parsing of host entries without duid Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/network/services/odhcpd/Makefile =================================================================== --- trunk/package/network/services/odhcpd/Makefile 2015-09-07 09:49:35 UTC (rev 46802) +++ trunk/package/network/services/odhcpd/Makefile 2015-09-07 13:31:36 UTC (rev 46803) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2015-09-07 +PKG_VERSION:=2015-09-07-1 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:=a3d1f5148222174f12ea8df0c20a554fc5eaabab +PKG_SOURCE_VERSION:=cb1842c117030e6779f9556cd5d86b1a0ef145d7 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
