diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-15 11:01:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-15 11:01:47 +0000 |
commit | 067a43e0fb305945127fb0239cb4e1e540cd16b3 (patch) | |
tree | 4465b6b59fae8ef4223e2aef654cced1f790b74e /package/network/config | |
parent | 51f5411105e024ad0892750c8aa6c44983ebde8e (diff) | |
download | master-187ad058-067a43e0fb305945127fb0239cb4e1e540cd16b3.tar.gz master-187ad058-067a43e0fb305945127fb0239cb4e1e540cd16b3.tar.bz2 master-187ad058-067a43e0fb305945127fb0239cb4e1e540cd16b3.zip |
netifd: update to the latest version, fixes reload issues on routing table changes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47893 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config')
-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 0e02ad3284..01e64d5635 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-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 <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |