1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-17 23:13:40 +03:00
openwrt-xburst/package/madwifi-tools/Config.in
wbx a9316cec51 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
2006-01-08 01:15:44 +00:00

28 lines
783 B
Plaintext

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
Driver utilities for Atheros 802.11a/b/g MiniPCI cards
http://www.madwifi.org/
endmenu