bcm53xx: include b43 in Tenda AC9 image
authorRafał Miłecki <rafal@milecki.pl>
Thu, 20 Oct 2016 06:45:00 +0000 (08:45 +0200)
committerRafał 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

index 504ecff138e03cf324afde5761b3260f3c371aed..c8e4777a363411dd5efa9945c397c63ca9fa8d1a 100644 (file)
@@ -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