diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-01 21:56:43 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-01 21:56:43 +0000 |
commit | 507c862cb4bd45560f36910806d0408504d2ce1c (patch) | |
tree | 9f9a42a603fbd4482a32ac93afdfbec79f320c3a /package/kernel | |
parent | 09031707583e2bd979b488d27f50d719af1278bf (diff) | |
download | upstream-507c862cb4bd45560f36910806d0408504d2ce1c.tar.gz upstream-507c862cb4bd45560f36910806d0408504d2ce1c.tar.bz2 upstream-507c862cb4bd45560f36910806d0408504d2ce1c.zip |
mac80211: b43: include ucode30 by default
Fixes
b43-phy0 ERROR: Firmware file "b43-open/ucode30_mimo.fw" not found
for BCM43217 devices.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41943 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 8ffff10c04..14feeef4d5 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -1222,8 +1222,8 @@ config PACKAGE_B43_USE_BCMA string "Core revisions to include" depends on B43_FW_SQUASH default "5,6,7,8,9,10,11,13,15" if TARGET_brcm47xx_legacy - default "16,28,29" if TARGET_brcm47xx_mips74k - default "5,6,7,8,9,10,11,13,15,16,28,29" + default "16,28,29,30" if TARGET_brcm47xx_mips74k + default "5,6,7,8,9,10,11,13,15,16,28,29,30" help This is a comma seperated list of core revision numbers. |