diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-19 09:50:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-19 09:50:49 +0000 |
commit | a285a0a03453549d96a4ea6b2af0c4d8aa038083 (patch) | |
tree | e15b050b51f358173ad646b3c91e61162eb20a72 | |
parent | c1ea714d4391d60b76179b6c0a71f81acbc6c0a5 (diff) | |
download | upstream-a285a0a03453549d96a4ea6b2af0c4d8aa038083.tar.gz upstream-a285a0a03453549d96a4ea6b2af0c4d8aa038083.tar.bz2 upstream-a285a0a03453549d96a4ea6b2af0c4d8aa038083.zip |
netifd: update to the latest version, fixes more interface device config handling issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45503
-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 fb392fba6d..00ba880223 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-04-18 +PKG_VERSION:=2015-04-19 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:=9cb272f5b12cf23205f361244a9ceef1097d3cba +PKG_SOURCE_VERSION:=2d581d30932fb8130e459945c362e59e75beab51 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |