diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 19:11:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 19:11:41 +0000 |
commit | 70546da823deb11bdc7a122b6c8179515178c994 (patch) | |
tree | c6d2bfc6ff98dab6eab82b99e9fcdbd4201355e8 | |
parent | 6f6680e2fd5af72e28889e078706f36870b2c07a (diff) | |
download | master-187ad058-70546da823deb11bdc7a122b6c8179515178c994.tar.gz master-187ad058-70546da823deb11bdc7a122b6c8179515178c994.tar.bz2 master-187ad058-70546da823deb11bdc7a122b6c8179515178c994.zip |
netifd: update to the latest version, adds a cosmetic fix for a wpa related variable
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48397 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 4c6c227ef2..fb568b9dbc 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:=2016-01-17 +PKG_VERSION:=2016-01-19 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(OPENWRT_GIT)/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=8ce9331fcc9cc63e71d1d57321f335359797b981 +PKG_SOURCE_VERSION:=627e8b6991876b4abef6bb4a31dcdc35fcd622aa PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |