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 | ebe7bdba8873f5d0abce9b9890493fddffc71470 (patch) | |
tree | e4644d3a14ddd6522266983174dfae4316163027 /package/base-files/Makefile | |
parent | c10515db657c15f268f558626df4d594e37ee6d8 (diff) | |
download | upstream-ebe7bdba8873f5d0abce9b9890493fddffc71470.tar.gz upstream-ebe7bdba8873f5d0abce9b9890493fddffc71470.tar.bz2 upstream-ebe7bdba8873f5d0abce9b9890493fddffc71470.zip |
adds a --help option to /sbin/wifi
Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de>
SVN-Revision: 24258
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 |