Author: cyrus Date: 2014-11-19 09:31:13 +0100 (Wed, 19 Nov 2014) New Revision: 43299
Modified: trunk/package/network/config/netifd/Makefile Log: netifd: fix race, expose config options Thanks to Hans Dedecker Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/network/config/netifd/Makefile =================================================================== --- trunk/package/network/config/netifd/Makefile 2014-11-18 22:20:50 UTC (rev 43298) +++ trunk/package/network/config/netifd/Makefile 2014-11-19 08:31:13 UTC (rev 43299) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2014-10-24.1 +PKG_VERSION:=2014-11-19 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=b46a8f3b9794efed197ffd2f6f62eb946de5f235 +PKG_SOURCE_VERSION:=a34e76b707355a2bdaee0cda243f4f82ef17eb9a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <[email protected]> # PKG_MIRROR_MD5SUM:= _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
