Author: cyrus Date: 2014-06-10 18:04:40 +0200 (Tue, 10 Jun 2014) New Revision: 41098
Modified: trunk/package/network/config/netifd/Makefile Log: netifd: add support for onlink-flag for routes Modified: trunk/package/network/config/netifd/Makefile =================================================================== --- trunk/package/network/config/netifd/Makefile 2014-06-10 10:22:18 UTC (rev 41097) +++ trunk/package/network/config/netifd/Makefile 2014-06-10 16:04:40 UTC (rev 41098) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2014-06-05 +PKG_VERSION:=2014-06-10 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:=f5a15b82dab84a6783bf0edf6f6fae1641725b2c +PKG_SOURCE_VERSION:=8f0c8e8e91945a3e5c3fa7111b2a3494b731b32c 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
