aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2009-04-07 18:48:20 +0000
committerMichael Büsch <mb@bu3sch.de>2009-04-07 18:48:20 +0000
commit18d805b24e3599801d78ae9e3f7d9ddf0a27e4c4 (patch)
tree78c71c1475147675a03db43f0d259d3163946f88
parent64af0f85c9f0a7eeca3cfb2fbdf075edc4359cfb (diff)
downloadupstream-18d805b24e3599801d78ae9e3f7d9ddf0a27e4c4.tar.gz
upstream-18d805b24e3599801d78ae9e3f7d9ddf0a27e4c4.tar.bz2
upstream-18d805b24e3599801d78ae9e3f7d9ddf0a27e4c4.zip
Add some b43 firmware helptext
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15143 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/mac80211/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/mac80211/Config.in b/package/mac80211/Config.in
index d019673d80..d3e015a25b 100644
--- a/package/mac80211/Config.in
+++ b/package/mac80211/Config.in
@@ -9,12 +9,32 @@ choice
config B43_STABLE
bool "4.150.10.5 (stable)"
+ help
+ Stable firmware for BCM43xx devices.
+
+ If unsure, select this.
config B43_EXPERIMENTAL
bool "4.178.10.4 (experimental)"
+ help
+ Experimental firmware for BCM43xx devices.
+
+ This firmware is not tested as much as the "stable" firmware.
+
+ If unsure, select the "stable" firmware.
config B43_OPENFIRMWARE
bool "Open FirmWare for WiFi networks"
+ help
+ Opensource firmware for BCM43xx devices.
+
+ Do _not_ select this, unless you know what you are doing.
+ The Opensource firmware is not suitable for embedded devices, yet.
+ It does not support QoS, which is bad for AccessPoints.
+ It does not support hardware crypto acceleration, which is a showstopper
+ for embedded devices with low CPU resources.
+
+ If unsure, select the "stable" firmware.
endchoice