mediatek: TOTOLINK A8000RU: add missing usb3 package
This device has a usb 3.0 port, so add it. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
This commit is contained in:
parent
8632f6184b
commit
622340f6c1
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ define Device/totolink_a8000ru
|
|||
DEVICE_MODEL := A8000RU
|
||||
DEVICE_DTS := mt7622-totolink-a8000ru
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
DEVICE_PACKAGES := kmod-mt7615-firmware swconfig
|
||||
DEVICE_PACKAGES := kmod-mt7615-firmware kmod-usb3 swconfig
|
||||
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||
endef
|
||||
TARGET_DEVICES += totolink_a8000ru
|
||||
|
|
Loading…
Reference in a new issue