diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-19 15:17:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-19 15:17:32 +0000 |
commit | 6982adf7200a114628574454612d4d2222559546 (patch) | |
tree | a0ee454aee1d7ec6c86f23bb5d88b48464a3558c | |
parent | a3ba60c34a5093ba99345bf42d8db69b374f8930 (diff) | |
download | upstream-6982adf7200a114628574454612d4d2222559546.tar.gz upstream-6982adf7200a114628574454612d4d2222559546.tar.bz2 upstream-6982adf7200a114628574454612d4d2222559546.zip |
madwifi: remove version selection support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17316 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/madwifi/Config.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/madwifi/Config.in b/package/madwifi/Config.in index 214cc34276..7f1e36d042 100644 --- a/package/madwifi/Config.in +++ b/package/madwifi/Config.in @@ -13,18 +13,6 @@ config MADWIFI_COMPRESSION help Enables Atheros Super A/G Hardware Compression Engine. -choice - prompt "Madwifi version" - depends on PACKAGE_kmod-madwifi - default MADWIFI_STABLE - help - This option allows you to select the version of MadWifi to be built. - -config MADWIFI_STABLE - bool "Use the OpenWrt stable version of madwifi" - -endchoice - config MADWIFI_SINGLE_MODULE bool "Combine driver and net80211 into a single module" depends on PACKAGE_kmod-madwifi |