diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-12-05 11:22:56 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-12-05 11:22:56 +0000 |
commit | bceed84c5efcae1c29e5622de9a26b47838f7b89 (patch) | |
tree | 1e9039b3c82c8a41200c2670e1dd242b1ff4f590 /package/base-files/Makefile | |
parent | a2ac1d5f6410f15bf0115403d8c386a537ec19e7 (diff) | |
download | upstream-bceed84c5efcae1c29e5622de9a26b47838f7b89.tar.gz upstream-bceed84c5efcae1c29e5622de9a26b47838f7b89.tar.bz2 upstream-bceed84c5efcae1c29e5622de9a26b47838f7b89.zip |
[package] adds a --help option to /sbin/wifi
Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24258 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 9ed6d9939b..cdf08e97c0 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:=61 +PKG_RELEASE:=62 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |