From 15cb65dad733f7c76bfc93f89bca2962d9ee6240 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Wed, 1 Aug 2018 12:14:39 +0200 Subject: brcm63xx: drop b43 from devices with unsupported wifi The internal wifi isn't supported, so drop b43 from devices that only have it. Fixes FS#1698 Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/image/bcm63xx.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm63xx/image/bcm63xx.mk') diff --git a/target/linux/brcm63xx/image/bcm63xx.mk b/target/linux/brcm63xx/image/bcm63xx.mk index 6a2a9bfb4a..0f213bb154 100644 --- a/target/linux/brcm63xx/image/bcm63xx.mk +++ b/target/linux/brcm63xx/image/bcm63xx.mk @@ -1016,7 +1016,7 @@ define Device/NEUFBOX6 CFE_CHIP_ID := 6362 CFE_EXTRAS += --rsa-signature "$(VERSION_DIST)-$(firstword $(subst -,$(space),$(REVISION)))" DEVICE_PACKAGES := \ - $(B43_PACKAGES) $(USB2_PACKAGES) + $(USB2_PACKAGES) endef TARGET_DEVICES += NEUFBOX6 @@ -1028,7 +1028,7 @@ define Device/SR102 CFE_CHIP_ID := 63268 CFE_EXTRAS += --rsa-signature "$(VERSION_DIST)-$(firstword $(subst -,$(space),$(REVISION)))" DEVICE_PACKAGES := \ - $(B43_PACKAGES) $(USB2_PACKAGES) + $(USB2_PACKAGES) endef TARGET_DEVICES += SR102 -- cgit v1.2.3