diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-17 02:30:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-17 02:30:08 +0000 |
commit | b83f384981232d7ebaff91900f1dd935d9bbb8a5 (patch) | |
tree | 9a6c4a84b220fbf9a9e4066c469eed96abce61f1 /package/madwifi/Config.in | |
parent | d549476c027e2aa6d8c8107cc61008fa03e94263 (diff) | |
download | upstream-b83f384981232d7ebaff91900f1dd935d9bbb8a5.tar.gz upstream-b83f384981232d7ebaff91900f1dd935d9bbb8a5.tar.bz2 upstream-b83f384981232d7ebaff91900f1dd935d9bbb8a5.zip |
huge madwifi update (work in progress, disabled by default, compiles but breaks at run time)
SVN-Revision: 11851
Diffstat (limited to 'package/madwifi/Config.in')
-rw-r--r-- | package/madwifi/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/madwifi/Config.in b/package/madwifi/Config.in index 7616607da3..913bd0a100 100644 --- a/package/madwifi/Config.in +++ b/package/madwifi/Config.in @@ -5,6 +5,14 @@ config MADWIFI_DEBUG depends on EXPERIMENTAL && PACKAGE_kmod-madwifi default n +config MADWIFI_TESTING + bool "Use the testing version of MadWiFi" + depends on PACKAGE_kmod-madwifi + default n + help + Use the testing version of MadWiFi, which is newer, but also less tested + May contain unexpected bugs :) + choice prompt "Rate control algorithm selection" depends on PACKAGE_kmod-madwifi |