[source] bcm53xx: include b43 in Tenda AC9 image

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 19 23:47:02 PDT 2016


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/3b26a5bb15978914118a7958764f5c8079bf72f9

commit 3b26a5bb15978914118a7958764f5c8079bf72f9
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Thu Oct 20 08:45:00 2016 +0200

    bcm53xx: include b43 in Tenda AC9 image
    
    There is some (poor?) support for BCM43217 in b43.
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/bcm53xx/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 504ecff..c8e4777 100644
--- 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



More information about the lede-commits mailing list