summaryrefslogtreecommitdiffstats
path: root/package/madwifi-tools/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-08 01:15:44 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-08 01:15:44 +0000
commita9316cec517a8a3019c3cfb4c35461e458b4c5df (patch)
tree201203fbf7811fef0ed6f3a4a8b64609bd5e9bf6 /package/madwifi-tools/Config.in
parentcc94545efc1407ef1198a80e61128669cfab3649 (diff)
separate stat/debug and needed tools for configuring wlan devices, saves some space in default images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi-tools/Config.in')
-rw-r--r--package/madwifi-tools/Config.in22
1 files changed, 20 insertions, 2 deletions
diff --git a/package/madwifi-tools/Config.in b/package/madwifi-tools/Config.in
index 96ff5dd2f..ba5e465e0 100644
--- a/package/madwifi-tools/Config.in
+++ b/package/madwifi-tools/Config.in
@@ -1,5 +1,22 @@
-config BR2_PACKAGE_MADWIFI_TOOLS
- prompt "madwifi-tools..................... Utilities for configuring the Atheros Wifi driver"
+menu "madwifi.......................... Utilities for the Atheros Wifi driver"
+
+config BR2_COMPILE_MADWIFI_TOOLS
+ tristate
+ default n
+ depends BR2_PACKAGE_MADWIFI_TOOLS_BASE || BR2_PACKAGE_MADWIFI_TOOLS_STATS
+
+config BR2_PACKAGE_MADWIFI_TOOLS_BASE
+ prompt "madwifi-tools-base................ Utilities for configuring the Atheros Wifi driver"
+ tristate
+ default y if BR2_LINUX_2_6_BRCM
+ default m if CONFIG_DEVEL
+ help
+ Driver utilities for Atheros 802.11a/b/g MiniPCI cards
+
+ http://www.madwifi.org/
+
+config BR2_PACKAGE_MADWIFI_TOOLS_STATS
+ prompt "madwifi-tools-stats............... Debug and stat tools for the Atheros Wifi driver"
tristate
default m if CONFIG_DEVEL
help
@@ -7,3 +24,4 @@ config BR2_PACKAGE_MADWIFI_TOOLS
http://www.madwifi.org/
+endmenu