diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-18 18:39:15 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-18 18:39:15 +0000 |
commit | d37ac90b828ccb1e18a47999a2127ed2de6f7f03 (patch) | |
tree | d92450af1b754871fe763529cf40f08021f0d90f /package/mac80211/Config.in | |
parent | 0fe95301c99c14f56bce1c58b75e6881dc0f0aa1 (diff) | |
download | upstream-d37ac90b828ccb1e18a47999a2127ed2de6f7f03.tar.gz upstream-d37ac90b828ccb1e18a47999a2127ed2de6f7f03.tar.bz2 upstream-d37ac90b828ccb1e18a47999a2127ed2de6f7f03.zip |
mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support to b43 package.
SVN-Revision: 14555
Diffstat (limited to 'package/mac80211/Config.in')
-rw-r--r-- | package/mac80211/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/mac80211/Config.in b/package/mac80211/Config.in new file mode 100644 index 0000000000..355459c6ef --- /dev/null +++ b/package/mac80211/Config.in @@ -0,0 +1,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 |