Author: cyrus Date: 2014-08-24 10:12:57 +0200 (Sun, 24 Aug 2014) New Revision: 42270
Modified: trunk/package/network/services/odhcpd/Makefile Log: odhcpd: fix static lease behavior with dhcpv4 Modified: trunk/package/network/services/odhcpd/Makefile =================================================================== --- trunk/package/network/services/odhcpd/Makefile 2014-08-23 09:34:44 UTC (rev 42269) +++ trunk/package/network/services/odhcpd/Makefile 2014-08-24 08:12:57 UTC (rev 42270) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2014-08-19 +PKG_VERSION:=2014-08-23 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:=710744ecea73b6a3cf560776e298741b04fb727a +PKG_SOURCE_VERSION:=24452e1e3e9adfd9d8e183db1aa589f77727f5a7 PKG_MAINTAINER:=Steven Barth <[email protected]> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
