diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 14:59:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 14:59:05 +0000 |
commit | ce062a7b5c73ed96e3e8258b3e698e42369b6c43 (patch) | |
tree | 98e70b5c67a792ac2590150082d1dfb38235f9a1 /package | |
parent | 5a6a47e43129716946df6309d3495f5205c7dd95 (diff) | |
download | upstream-ce062a7b5c73ed96e3e8258b3e698e42369b6c43.tar.gz upstream-ce062a7b5c73ed96e3e8258b3e698e42369b6c43.tar.bz2 upstream-ce062a7b5c73ed96e3e8258b3e698e42369b6c43.zip |
netifd: update to the latest version, adds a revert of the link state handling patches which caused regressions in combination with wifi devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39050
Diffstat (limited to 'package')
-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 260b90f929..5a110e9545 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-11 +PKG_VERSION:=2013-12-14 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:=121d90a6faa4a689a593eadb738e537a5768534d +PKG_SOURCE_VERSION:=2851c3bcde8c23f6535b13c80fc486569c288ec7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |