summaryrefslogtreecommitdiffstats
path: root/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
commit20b6535f4815b9c3c20061c966bea0fd8c322213 (patch)
tree490928711fbecacf34d6915db406007a0c7712d5 /package/madwifi-tools/Config.in
parentf4291d46b6f607c0a77ea3d391f3a3db2c5966cc (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/openwrt@3056 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi-tools/Config.in')
-rw-r--r--package/madwifi-tools/Config.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/package/madwifi-tools/Config.in b/package/madwifi-tools/Config.in
deleted file mode 100644
index 74cd756fd..000000000
--- a/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