diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-12 00:24:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-12 00:24:27 +0000 |
commit | e4859508bea6b3da5ab3b655c0db3ef5eae72f78 (patch) | |
tree | 4d7364526ab19e07c47be18a4aad847d11af3b6a /package/network/config/netifd | |
parent | 8a2a1c1d71199a77ba92a02f8e5be6fd7d7bf398 (diff) | |
download | upstream-e4859508bea6b3da5ab3b655c0db3ef5eae72f78.tar.gz upstream-e4859508bea6b3da5ab3b655c0db3ef5eae72f78.tar.bz2 upstream-e4859508bea6b3da5ab3b655c0db3ef5eae72f78.zip |
netifd: update to the latest version, contains several fixes, including one for interface ip4/ip6table for device routes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47460
Diffstat (limited to 'package/network/config/netifd')
-rw-r--r-- | package/network/config/netifd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index beacd50ddd..dec4835201 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2015-09-27 +PKG_VERSION:=2015-11-12 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:=509ffb22475ebdd5291d510a098f996473951344 +PKG_SOURCE_VERSION:=ebd3d8417c7a08c03de2d38e8f43422428dd4094 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |