Author: jogo Date: 2014-08-01 23:56:43 +0200 (Fri, 01 Aug 2014) New Revision: 41943
Modified: trunk/package/kernel/mac80211/Makefile Log: 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 <[email protected]> Modified: trunk/package/kernel/mac80211/Makefile =================================================================== --- trunk/package/kernel/mac80211/Makefile 2014-08-01 21:56:38 UTC (rev 41942) +++ trunk/package/kernel/mac80211/Makefile 2014-08-01 21:56:43 UTC (rev 41943) @@ -1222,8 +1222,8 @@ 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. _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
