diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-16 10:34:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-16 10:34:21 +0000 |
commit | 01ff61d12766ac8d10922aa7c7fe14b7f1cba4b0 (patch) | |
tree | 64a789cc30e8fc3e7e2594254291b674d98817d6 /package/madwifi/Makefile | |
parent | 782beb1cc40cf4124fe13634a9b76cd08248b0cc (diff) | |
download | upstream-01ff61d12766ac8d10922aa7c7fe14b7f1cba4b0.tar.gz upstream-01ff61d12766ac8d10922aa7c7fe14b7f1cba4b0.tar.bz2 upstream-01ff61d12766ac8d10922aa7c7fe14b7f1cba4b0.zip |
package/madwifi: move configuration in submenu
SVN-Revision: 20911
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r-- | package/madwifi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 4c8415a6be..4f01f008fd 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -165,6 +165,7 @@ define KernelPackage/madwifi DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN) FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) + MENU:=1 endef define KernelPackage/madwifi/description |