diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-10-20 08:45:00 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-10-20 08:46:26 +0200 |
commit | 3b26a5bb15978914118a7958764f5c8079bf72f9 (patch) | |
tree | ec8acd1f83cd847d8d1547e1e8afde9038f2953c | |
parent | 70af3bfd57a67805c1f34a584492e5754fee8497 (diff) | |
download | upstream-3b26a5bb15978914118a7958764f5c8079bf72f9.tar.gz upstream-3b26a5bb15978914118a7958764f5c8079bf72f9.tar.bz2 upstream-3b26a5bb15978914118a7958764f5c8079bf72f9.zip |
bcm53xx: include b43 in Tenda AC9 image
There is some (poor?) support for BCM43217 in b43.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |