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>
This commit is contained in:
parent
70af3bfd57
commit
3b26a5bb15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue