diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-11-17 16:34:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-11-17 16:34:43 +0000 |
commit | 49b3fc70e579398ef52af950499dd181f2215a97 (patch) | |
tree | 32b9e71c3d73b9f9b4206c35c45afa074ca90941 /package/network | |
parent | 124b8a6dd668399bd3d636ed6c8888c2ff74b188 (diff) | |
download | upstream-49b3fc70e579398ef52af950499dd181f2215a97.tar.gz upstream-49b3fc70e579398ef52af950499dd181f2215a97.tar.bz2 upstream-49b3fc70e579398ef52af950499dd181f2215a97.zip |
netifd: fix device status reporting for external interfaces
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47493
Diffstat (limited to 'package/network')
-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 dec4835201..35ac76a484 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-11-12 +PKG_VERSION:=2015-11-17 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:=ebd3d8417c7a08c03de2d38e8f43422428dd4094 +PKG_SOURCE_VERSION:=0eb6aa7562ae8db51c09b2c370a65f01b0ac1cff PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |