minor cosmetic fixes in Config.in
[openwrt.git] / 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         select BR2_COMPILE_MADWIFI_TOOLS
12         default y if BR2_LINUX_2_6_BRCM
13         default m if CONFIG_DEVEL
14         help
15           Driver utilities for Atheros 802.11a/b/g MiniPCI cards
16           
17           http://www.madwifi.org/
18
19 config BR2_PACKAGE_MADWIFI_TOOLS_STATS
20         prompt "madwifi-tools-stats............... Debug and stat tools for the Atheros Wifi driver"
21         tristate
22         select BR2_COMPILE_MADWIFI_TOOLS
23         default m if CONFIG_DEVEL
24         help
25           Driver utilities for Atheros 802.11a/b/g MiniPCI cards
26           
27           http://www.madwifi.org/
28
29 endmenu