Author: blogic Date: 2015-04-09 12:33:05 +0200 (Thu, 09 Apr 2015) New Revision: 45334
Modified: trunk/package/network/config/netifd/Makefile Log: netifd: Interface last error support Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/network/config/netifd/Makefile =================================================================== --- trunk/package/network/config/netifd/Makefile 2015-04-09 10:32:54 UTC (rev 45333) +++ trunk/package/network/config/netifd/Makefile 2015-04-09 10:33:05 UTC (rev 45334) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2015-03-31 +PKG_VERSION:=2015-04-09 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:=3a0f953722698eab6f3f623a1d6ec5a1b7102b77 +PKG_SOURCE_VERSION:=92d2aea918f650f309f753349457028032d53280 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
