diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-16 23:15:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-16 23:15:15 +0000 |
commit | a99c78a09ac39c80e6a4a0b3eb8daca3bbb3806c (patch) | |
tree | 26739b08f98badd6e2f7158bc0985d4912b4b511 /package/network/config | |
parent | 716905b986aa6642a22a37de9810932091579742 (diff) | |
download | upstream-a99c78a09ac39c80e6a4a0b3eb8daca3bbb3806c.tar.gz upstream-a99c78a09ac39c80e6a4a0b3eb8daca3bbb3806c.tar.bz2 upstream-a99c78a09ac39c80e6a4a0b3eb8daca3bbb3806c.zip |
netifd: update to the latest version, fixes more route table issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47897
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 01e64d5635..619024bd70 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-15 +PKG_VERSION:=2015-12-16 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:=d5f53f4d79231f59494da852b73d2d9d2b9c43cc +PKG_SOURCE_VERSION:=245527193e90906451be35c2b8e972b8712ea6ab PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |