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 | ea638e4ebab2b24ccef56462e61381da6161e795 (patch) | |
tree | e256663806a553c371b7db463d19216068150e4c /package | |
parent | 929559c946196a54c1d5c2c773786cbcf1efe27c (diff) | |
download | upstream-ea638e4ebab2b24ccef56462e61381da6161e795.tar.gz upstream-ea638e4ebab2b24ccef56462e61381da6161e795.tar.bz2 upstream-ea638e4ebab2b24ccef56462e61381da6161e795.zip |
netifd: fix a regression with some VLAN configurations introduced in the last update
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44098
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 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:= |