From: Rafał Miłecki Date: Thu, 20 Oct 2016 06:45:00 +0000 (+0200) Subject: bcm53xx: include b43 in Tenda AC9 image X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3b26a5bb15978914118a7958764f5c8079bf72f9;p=openwrt%2Fstaging%2Flynxis%2Fomap.git bcm53xx: include b43 in Tenda AC9 image There is some (poor?) support for BCM43217 in b43. Signed-off-by: Rafał Miłecki --- diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 504ecff138..c8e4777a36 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