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 | 684272ac31a444beba1a0e730001c9b799838d22 (patch) | |
tree | 34cd5684d2c7f9009408b193a07d265615fc697a /package/base-files/Makefile | |
parent | de1c12f7a181a27b8463f60fd88cb30f858ab517 (diff) | |
download | upstream-684272ac31a444beba1a0e730001c9b799838d22.tar.gz upstream-684272ac31a444beba1a0e730001c9b799838d22.tar.bz2 upstream-684272ac31a444beba1a0e730001c9b799838d22.zip |
[package] base-files: properly handle vlans on top of wireless interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26230 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 5f8a3eaab4..a4a62d23f5 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 |