summaryrefslogtreecommitdiffstats
path: root/openwrt/package/madwifi-tools/Config.in
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-27 10:09:45 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-27 10:09:45 +0000
commitfa8c81bb5cdc864c56e8f19dabbddb6364bbd3a9 (patch)
tree601e9ab06e7bb6eb21eadf0fc9ee545c6732953d /openwrt/package/madwifi-tools/Config.in
parentbc6c15bda7947037d920671b07418dd32da9c4cd (diff)
upgrade madwifi to r1416-20060126, unite madwifi-tools and kmod-madwifi (madwifi-ng needs wlanconfig anyways), add multicall patch to reduce the size of the tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3056 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/madwifi-tools/Config.in')
-rw-r--r--openwrt/package/madwifi-tools/Config.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/openwrt/package/madwifi-tools/Config.in b/openwrt/package/madwifi-tools/Config.in
deleted file mode 100644
index 74cd756fd..000000000
--- a/openwrt/package/madwifi-tools/Config.in
+++ /dev/null
@@ -1,29 +0,0 @@
-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 BR2_PACKAGE_KMOD_MADWIFI
- 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