From: Michael Büsch Date: Tue, 7 Apr 2009 18:48:20 +0000 (+0000) Subject: Add some b43 firmware helptext X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=2662be0557cb71f7246c71183d31f9a956a62a1a;hp=53ba45449686a95085122a58051d01a3b4a863aa Add some b43 firmware helptext SVN-Revision: 15143 --- 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