diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 14:16:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 14:16:36 +0000 |
commit | 678503db36a8d906113952cac07e0d99b20037f6 (patch) | |
tree | 000f807ffc61b57aef425c4b18700d1e5a4ce731 /package/network/config | |
parent | 83da7b8202dbb9ad60145cc61103deebcdc129c7 (diff) | |
download | upstream-678503db36a8d906113952cac07e0d99b20037f6.tar.gz upstream-678503db36a8d906113952cac07e0d99b20037f6.tar.bz2 upstream-678503db36a8d906113952cac07e0d99b20037f6.zip |
netifd: fix a regression with some VLAN configurations introduced in the last update
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44098 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 91b8a08ae7..899cf2b83d 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-01-23 +PKG_VERSION:=2015-01-24 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:=0358e84210b5c97b82b256a5909365555a5f7131 +PKG_SOURCE_VERSION:=500779b3750d8a7603401128f6eb4e942e684616 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |