1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:31:40 +03: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:
nbd 2008-06-01 06:00:25 +00:00
parent c22b94546f
commit 971cd6f6b3
2 changed files with 3 additions and 7 deletions

View File

@ -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.

View File

@ -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:= \