mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
ee548d3c10
commit
a14c2d47bb
@ -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…
x
Reference in New Issue
Block a user