aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/Config.in
blob: 355459c6ef356db6ed23dc6a72492d5bc0a74faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# MadWifi 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