diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-02 13:52:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-02 13:52:08 +0000 |
commit | 59dbc9fa4e64b97369f04235a69c1323177a92de (patch) | |
tree | bf0931664d9fd855ea9dd0d83a0bf55c39cdbec0 /package/network | |
parent | db7f2d953122bdbfa8d072214450f5cfcc4fc686 (diff) | |
download | upstream-59dbc9fa4e64b97369f04235a69c1323177a92de.tar.gz upstream-59dbc9fa4e64b97369f04235a69c1323177a92de.tar.bz2 upstream-59dbc9fa4e64b97369f04235a69c1323177a92de.zip |
netifd: update to the latest version, fixes an issue with moving a wifi iface to a different network
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47683
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 35ac76a484..0e02ad3284 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-17 +PKG_VERSION:=2015-12-02 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:=0eb6aa7562ae8db51c09b2c370a65f01b0ac1cff +PKG_SOURCE_VERSION:=988b5f74dab89f285e3bb59196b4cc880cfa51c7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |