mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 15:33:03 +00:00
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
@ -223,7 +223,7 @@ endef
|
|||||||
|
|
||||||
define Device/tenda-ac9
|
define Device/tenda-ac9
|
||||||
DEVICE_TITLE := Tenda AC9
|
DEVICE_TITLE := Tenda AC9
|
||||||
DEVICE_PACKAGES := $(USB2_PACKAGES)
|
DEVICE_PACKAGES := kmod-b43 $(USB2_PACKAGES)
|
||||||
IMAGES := trx
|
IMAGES := trx
|
||||||
IMAGE/trx := append-rootfs | trx-serial
|
IMAGE/trx := append-rootfs | trx-serial
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user