projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5fae4b
)
brcm63xx: drop b43 from devices with unsupported wifi
author
Jonas Gorski
<
[email protected]
>
Wed, 1 Aug 2018 10:14:39 +0000
(12:14 +0200)
committer
Jo-Philipp Wich
<
[email protected]
>
Tue, 18 Dec 2018 16:47:43 +0000
(17:47 +0100)
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]
>
(backported from
15cb65dad733f7c76bfc93f89bca2962d9ee6240
)
target/linux/brcm63xx/image/bcm63xx.mk
patch
|
blob
|
history
diff --git
a/target/linux/brcm63xx/image/bcm63xx.mk
b/target/linux/brcm63xx/image/bcm63xx.mk
index 6a2a9bfb4ac06082fa07c6f0ac706216ff8e2fd8..0f213bb15450f44a321ef1f487c5774421c074a8 100644
(file)
--- 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