diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-08 14:42:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-08 14:42:58 +0000 |
commit | a73fffe85735f0417902ad3f43abc15348005713 (patch) | |
tree | f64a6f8ddc811814b8e97b8f3f95da1a9a60934c /package/base-files/Makefile | |
parent | ec20b840484a53594775dfa6939f93d7bbaf1e29 (diff) | |
download | upstream-a73fffe85735f0417902ad3f43abc15348005713.tar.gz upstream-a73fffe85735f0417902ad3f43abc15348005713.tar.bz2 upstream-a73fffe85735f0417902ad3f43abc15348005713.zip |
base-files: properly handle wifi ifaces with no network attached, useful for unmanaged interfaces like used for batman or monitoring
SVN-Revision: 28860
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 c3b0350889..2b1cfa13b3 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:=88 +PKG_RELEASE:=89 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |