You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
370 B
19 lines
370 B
# mac80211 configuration
|
|
|
|
choice
|
|
prompt "b43 firmware version"
|
|
depends on PACKAGE_kmod-b43
|
|
default B43_STABLE
|
|
help
|
|
This option allows you to select the version of the b43 firmware.
|
|
|
|
config B43_STABLE
|
|
bool "4.150.10.5 (stable)"
|
|
|
|
config B43_EXPERIMENTAL
|
|
bool "4.178.10.4 (experimental)"
|
|
|
|
config B43_OPENFIRMWARE
|
|
bool "Open FirmWare for WiFi networks"
|
|
|
|
endchoice
|
|
|