Author: nbd Date: 2014-10-20 22:09:35 +0200 (Mon, 20 Oct 2014) New Revision: 43007
Modified: trunk/package/network/config/netifd/Makefile Log: netifd: update to the latest version, fixes link status handling on VLAN devices (#18106) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/config/netifd/Makefile =================================================================== --- trunk/package/network/config/netifd/Makefile 2014-10-20 15:07:19 UTC (rev 43006) +++ trunk/package/network/config/netifd/Makefile 2014-10-20 20:09:35 UTC (rev 43007) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2014-10-02 +PKG_VERSION:=2014-10-20 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:=e80de45c859b1bc1b5e5f63199ea74c210ff8198 +PKG_SOURCE_VERSION:=5a4eb870afc69e9fa93fdccb8a42f75e8e357f4e 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
