mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 04:50:16 +02:00
fix madwifi menuconfig (thx, Othello)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11318 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c22b94546f
commit
971cd6f6b3
@ -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"
|
|
||||||
depends on PACKAGE_kmod-madwifi
|
|
||||||
source "$(SOURCE)/Config.in"
|
source "$(SOURCE)/Config.in"
|
||||||
endmenu
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_ARGS:= \
|
MAKE_ARGS:= \
|
||||||
|
Loading…
Reference in New Issue
Block a user