diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-26 15:25:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-26 15:25:33 +0000 |
commit | 340bb8ff7a206006c9b21f875e238614caef7d22 (patch) | |
tree | 416e38cacb7adfab4fff52824ab5d6b8d7eee8b0 /package/base-files/Makefile | |
parent | d1883cc0d040cc33a567fbba1eb58c15afe2bb7a (diff) | |
download | master-187ad058-340bb8ff7a206006c9b21f875e238614caef7d22.tar.gz master-187ad058-340bb8ff7a206006c9b21f875e238614caef7d22.tar.bz2 master-187ad058-340bb8ff7a206006c9b21f875e238614caef7d22.zip |
[package] base-files: allow wireless ifaces to be part of multiple networks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32503 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 2759e43a56..67e17111cf 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=110 +PKG_RELEASE:=111 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |