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 | 6d3fdb1415b571951c7449a455591963b8b3f28e (patch) | |
tree | df840b4761fc794bec1305814652df8575c868d4 /package/madwifi/Makefile | |
parent | 3ad1a02aa966e88d34b30d4f0480042d1c5e8a16 (diff) | |
download | upstream-6d3fdb1415b571951c7449a455591963b8b3f28e.tar.gz upstream-6d3fdb1415b571951c7449a455591963b8b3f28e.tar.bz2 upstream-6d3fdb1415b571951c7449a455591963b8b3f28e.zip |
package/madwifi: move configuration in submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20911 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |