Author: nbd Date: 2015-04-19 11:50:49 +0200 (Sun, 19 Apr 2015) New Revision: 45503
Modified: trunk/package/network/config/netifd/Makefile Log: netifd: update to the latest version, fixes more interface device config handling issues Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/config/netifd/Makefile =================================================================== --- trunk/package/network/config/netifd/Makefile 2015-04-18 23:46:37 UTC (rev 45502) +++ trunk/package/network/config/netifd/Makefile 2015-04-19 09:50:49 UTC (rev 45503) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2015-04-18 +PKG_VERSION:=2015-04-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:=9cb272f5b12cf23205f361244a9ceef1097d3cba +PKG_SOURCE_VERSION:=2d581d30932fb8130e459945c362e59e75beab51 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
