Skip to content

Commit

Permalink
brcm63xx: drop b43 from devices with unsupported wifi
Browse files Browse the repository at this point in the history
The internal wifi isn't supported, so drop b43 from devices that only
have it.

Fixes FS#1698
Signed-off-by: Jonas Gorski <[email protected]>
  • Loading branch information
KanjiMonster committed Aug 2, 2018
1 parent 8cb8d70 commit 15cb65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/brcm63xx/image/bcm63xx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 15cb65d

Please sign in to comment.