Fix typo
[openwrt/svn-archive/archive.git] / package / mac80211 / Config.in
1 # mac80211 configuration
2
3 choice
4 prompt "b43 firmware version"
5 depends on PACKAGE_kmod-b43
6 default B43_STABLE
7 help
8 This option allows you to select the version of the b43 firmware.
9
10 config B43_STABLE
11 bool "4.150.10.5 (stable)"
12
13 config B43_EXPERIMENTAL
14 bool "4.178.10.4 (experimental)"
15
16 config B43_OPENFIRMWARE
17 bool "Open FirmWare for WiFi networks"
18
19 endchoice