projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix some unused variables
[openwrt.git]
/
package
/
madwifi
/
Config.in
diff --git
a/package/madwifi/Config.in
b/package/madwifi/Config.in
index
ab24a8e
..
913bd0a
100644
(file)
--- a/
package/madwifi/Config.in
+++ b/
package/madwifi/Config.in
@@
-2,13
+2,20
@@
config MADWIFI_DEBUG
bool "Enable compilation of debugging features"
config MADWIFI_DEBUG
bool "Enable compilation of debugging features"
- depends on EXPERIMENTAL
+ depends on EXPERIMENTAL
&& PACKAGE_kmod-madwifi
default n
default n
-endchoice
+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"
choice
prompt "Rate control algorithm selection"
+ depends on PACKAGE_kmod-madwifi
default MADWIFI_RCA_MINSTREL
help
This option controls how MadWifi chooses its bitrate.
default MADWIFI_RCA_MINSTREL
help
This option controls how MadWifi chooses its bitrate.
This page took
0.020358 seconds
and
4
git commands to generate.