From c12dea3b2665b8df600164e0bdb26f4b3598507e Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 18 Feb 2009 18:39:15 +0000 Subject: mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support to b43 package. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14555 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/Config.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/mac80211/Config.in (limited to 'package/mac80211/Config.in') 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 -- cgit v1.2.3