projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70af3bf
)
bcm53xx: include b43 in Tenda AC9 image
author
Rafał Miłecki
<rafal@milecki.pl>
Thu, 20 Oct 2016 06:45:00 +0000
(08:45 +0200)
committer
Rafał Miłecki
<rafal@milecki.pl>
Thu, 20 Oct 2016 06:46:26 +0000
(08:46 +0200)
There is some (poor?) support for BCM43217 in b43.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/bcm53xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/bcm53xx/image/Makefile
b/target/linux/bcm53xx/image/Makefile
index 504ecff138e03cf324afde5761b3260f3c371aed..c8e4777a363411dd5efa9945c397c63ca9fa8d1a 100644
(file)
--- a/
target/linux/bcm53xx/image/Makefile
+++ b/
target/linux/bcm53xx/image/Makefile
@@
-223,7
+223,7
@@
endef
define Device/tenda-ac9
DEVICE_TITLE := Tenda AC9
- DEVICE_PACKAGES := $(USB2_PACKAGES)
+ DEVICE_PACKAGES :=
kmod-b43
$(USB2_PACKAGES)
IMAGES := trx
IMAGE/trx := append-rootfs | trx-serial
endef