ba5e465e0a8853aa17242202234e8c36497307bd
[openwrt/svn-archive/archive.git] / openwrt / package / madwifi-tools / Config.in
1 menu "madwifi.......................... Utilities for the Atheros Wifi driver"
2
3 config BR2_COMPILE_MADWIFI_TOOLS
4 tristate
5 default n
6 depends BR2_PACKAGE_MADWIFI_TOOLS_BASE || BR2_PACKAGE_MADWIFI_TOOLS_STATS
7
8 config BR2_PACKAGE_MADWIFI_TOOLS_BASE
9 prompt "madwifi-tools-base................ Utilities for configuring the Atheros Wifi driver"
10 tristate
11 default y if BR2_LINUX_2_6_BRCM
12 default m if CONFIG_DEVEL
13 help
14 Driver utilities for Atheros 802.11a/b/g MiniPCI cards
15
16 http://www.madwifi.org/
17
18 config BR2_PACKAGE_MADWIFI_TOOLS_STATS
19 prompt "madwifi-tools-stats............... Debug and stat tools for the Atheros Wifi driver"
20 tristate
21 default m if CONFIG_DEVEL
22 help
23 Driver utilities for Atheros 802.11a/b/g MiniPCI cards
24
25 http://www.madwifi.org/
26
27 endmenu