fix madwifi menuconfig (thx, Othello)
SVN-Revision: 11318
This commit is contained in:
parent
3f1f985692
commit
193949d2c6
2 changed files with 3 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -135,10 +135,7 @@ define KernelPackage/madwifi/description
|
|||
endef
|
||||
|
||||
define KernelPackage/madwifi/config
|
||||
menu "MadWifi Configuration"
|
||||
depends on PACKAGE_kmod-madwifi
|
||||
source "$(SOURCE)/Config.in"
|
||||
endmenu
|
||||
source "$(SOURCE)/Config.in"
|
||||
endef
|
||||
|
||||
MAKE_ARGS:= \
|
||||
|
|
Loading…
Reference in a new issue