diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-31 13:09:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-31 13:09:01 +0000 |
commit | 008c7a9e5ae15e7b5b50516e806548429d8b3c7a (patch) | |
tree | 1f6eb3700478118a7e9b579f65474d66db64fe75 /package/network/config | |
parent | ba62bcbf24bf17330f8772a1b935e76187ec6cdb (diff) | |
download | upstream-008c7a9e5ae15e7b5b50516e806548429d8b3c7a.tar.gz upstream-008c7a9e5ae15e7b5b50516e806548429d8b3c7a.tar.bz2 upstream-008c7a9e5ae15e7b5b50516e806548429d8b3c7a.zip |
netifd: update to the latest version, adds interface cleanup fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42345
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 26e7ec9af3..6b97700347 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -7,7 +7,7 @@ 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:=64ea160818e2dc958fa91f80a3a5a9ac40ccc3ba +PKG_SOURCE_VERSION:=b2dcb02570939d98b92c7c55db1c328693a5d52a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |