mirror of https://github.com/hak5/openwrt.git
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>lede-17.01
parent
70af3bfd57
commit
3b26a5bb15
|
@ -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 New Issue