diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-08 18:00:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-08 18:00:05 +0000 |
commit | 6242255df283ef25b787e74ea373f781901deabc (patch) | |
tree | 3741ca656ac22e75800237d17e4278a85259d01f /package/network/config | |
parent | be0395261bff1b7bc9c901e2b5aac1f78cb59ca1 (diff) | |
download | upstream-6242255df283ef25b787e74ea373f781901deabc.tar.gz upstream-6242255df283ef25b787e74ea373f781901deabc.tar.bz2 upstream-6242255df283ef25b787e74ea373f781901deabc.zip |
netifd: update to the latest version, adds tunnel fixes by Hans Dedecker and adds back support for multiple networks per wifi-iface
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39004
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 d01b9d7158..02173e7d3d 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:=2013-12-03 +PKG_VERSION:=2013-12-08 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=45df0e856445469c8647bfcd89c96872d274ef94 +PKG_SOURCE_VERSION:=93124d96594415563f68bda0ca24c3307e014efd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |