Author: nbd Date: 2015-04-21 14:11:07 +0200 (Tue, 21 Apr 2015) New Revision: 45550
Modified: trunk/package/network/config/netifd/Makefile Log: netifd: update to the latest version, fixes retry when proto handlers exit without changing the state Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/config/netifd/Makefile =================================================================== --- trunk/package/network/config/netifd/Makefile 2015-04-21 12:10:44 UTC (rev 45549) +++ trunk/package/network/config/netifd/Makefile 2015-04-21 12:11:07 UTC (rev 45550) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2015-04-19 +PKG_VERSION:=2015-04-21 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:=2d581d30932fb8130e459945c362e59e75beab51 +PKG_SOURCE_VERSION:=d0dcf744ba054c9b572be63519b1415685353c8d 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
