Author: nbd Date: 2014-06-07 14:04:55 +0200 (Sat, 07 Jun 2014) New Revision: 41040
Modified: trunk/package/kernel/mac80211/Makefile Log: mac80211: b43: fix B43_USE_SSB dependency Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/package/kernel/mac80211/Makefile =================================================================== --- trunk/package/kernel/mac80211/Makefile 2014-06-07 11:54:13 UTC (rev 41039) +++ trunk/package/kernel/mac80211/Makefile 2014-06-07 12:04:55 UTC (rev 41040) @@ -1085,7 +1085,7 @@ config PACKAGE_B43_USE_SSB select PACKAGE_kmod-ssb tristate - depends on !TARGET_brcm47xx + depends on !TARGET_brcm47xx && !TARGET_brcm63xx default PACKAGE_kmod-b43 if PACKAGE_B43_BUSES_BCMA_AND_SSB default PACKAGE_kmod-b43 if PACKAGE_B43_BUSES_SSB _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
