diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-05-16 11:16:42 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-05-16 11:16:42 +0000 |
commit | a8c9d6256a113a144393bd5885136f7618272c15 (patch) | |
tree | 9169f686a411719ea52e2a0d98f5fb4460a522f6 /package/mac80211/Makefile | |
parent | bd51370d9d3ff690ea651ed54ca8d3cd5917e595 (diff) | |
download | upstream-a8c9d6256a113a144393bd5885136f7618272c15.tar.gz upstream-a8c9d6256a113a144393bd5885136f7618272c15.tar.bz2 upstream-a8c9d6256a113a144393bd5885136f7618272c15.zip |
mac80211: use stable firmware for b43 driver as the experimental causes problems on some devices with L-PHY
This should close #6907
SVN-Revision: 21470
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 85fdc9b0c0..14d9dcd43e 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -644,7 +644,7 @@ define KernelPackage/b43/config choice prompt "b43 firmware version" - default B43_EXPERIMENTAL + default B43_STABLE help This option allows you to select the version of the b43 firmware. |