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
|
config MADWIFI_DEBUG
|
||||||
bool "Enable compilation of debugging features"
|
bool "Enable compilation of debugging features"
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL && PACKAGE_kmod-madwifi
|
||||||
default n
|
default n
|
||||||
|
|
||||||
endchoice
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Rate control algorithm selection"
|
prompt "Rate control algorithm selection"
|
||||||
|
depends on PACKAGE_kmod-madwifi
|
||||||
default MADWIFI_RCA_MINSTREL
|
default MADWIFI_RCA_MINSTREL
|
||||||
help
|
help
|
||||||
This option controls how MadWifi chooses its bitrate.
|
This option controls how MadWifi chooses its bitrate.
|
||||||
|
|
|
@ -135,10 +135,7 @@ define KernelPackage/madwifi/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/madwifi/config
|
define KernelPackage/madwifi/config
|
||||||
menu "MadWifi Configuration"
|
source "$(SOURCE)/Config.in"
|
||||||
depends on PACKAGE_kmod-madwifi
|
|
||||||
source "$(SOURCE)/Config.in"
|
|
||||||
endmenu
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_ARGS:= \
|
MAKE_ARGS:= \
|
||||||
|
|
Loading…
Reference in a new issue