Author: nbd Date: 2015-12-15 12:01:47 +0100 (Tue, 15 Dec 2015) New Revision: 47893
Modified: trunk/package/network/config/netifd/Makefile Log: netifd: update to the latest version, fixes reload issues on routing table changes Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/config/netifd/Makefile =================================================================== --- trunk/package/network/config/netifd/Makefile 2015-12-14 20:22:09 UTC (rev 47892) +++ trunk/package/network/config/netifd/Makefile 2015-12-15 11:01:47 UTC (rev 47893) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2015-12-02 +PKG_VERSION:=2015-12-15 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:=988b5f74dab89f285e3bb59196b4cc880cfa51c7 +PKG_SOURCE_VERSION:=d5f53f4d79231f59494da852b73d2d9d2b9c43cc 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
