e49b5a89f6
SVN-Revision: 2906
29 lines
852 B
Text
29 lines
852 B
Text
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
|
|
select BR2_COMPILE_MADWIFI_TOOLS
|
|
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
|
|
select BR2_COMPILE_MADWIFI_TOOLS
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
Driver utilities for Atheros 802.11a/b/g MiniPCI cards
|
|
|
|
http://www.madwifi.org/
|
|
|
|
endmenu
|