diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-18 18:24:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-18 18:24:51 +0000 |
commit | fe8b9d5232b7a5cd2a5d14f5f00b9b4e0057bcfc (patch) | |
tree | 6f23ab8749d83756fed8e5cbf89655e8745d79f8 /package/base-files/Makefile | |
parent | a8d84ae94d0d5ebef14916d79cf0f10748e89bf4 (diff) | |
download | mtk-20170518-fe8b9d5232b7a5cd2a5d14f5f00b9b4e0057bcfc.zip mtk-20170518-fe8b9d5232b7a5cd2a5d14f5f00b9b4e0057bcfc.tar.gz mtk-20170518-fe8b9d5232b7a5cd2a5d14f5f00b9b4e0057bcfc.tar.bz2 |
base-files: properly handle vlans on top of wireless interfaces
SVN-Revision: 26230
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 5f8a3ea..a4a62d2 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=67 +PKG_RELEASE:=68 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |