diff options
Diffstat (limited to 'package/madwifi/Config.in')
-rw-r--r-- | package/madwifi/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/madwifi/Config.in b/package/madwifi/Config.in index ab24a8e2f1..7616607da3 100644 --- a/package/madwifi/Config.in +++ b/package/madwifi/Config.in @@ -2,13 +2,12 @@ config MADWIFI_DEBUG bool "Enable compilation of debugging features" - depends on EXPERIMENTAL + depends on EXPERIMENTAL && PACKAGE_kmod-madwifi default n -endchoice - choice prompt "Rate control algorithm selection" + depends on PACKAGE_kmod-madwifi default MADWIFI_RCA_MINSTREL help This option controls how MadWifi chooses its bitrate. |