mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-14 00:49:06 +01:00
mediatek: add kmod-usb3 to default package set of WR3000P
Include XHCI USB drivers on the Cudy WR3000P v1 router, the drivers are required to be able to use the USB port for USD devices. Closes: https://github.com/openwrt/openwrt/issues/21231 Fixes:04e9d154f2("mediatek: filogic: add support for Cudy WR3000P v1") Signed-off-by: Dmitry Mostovoy <dmitry.mostovoy@ceifx.com> Link: https://github.com/openwrt/openwrt/pull/21281 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit9da57e2f82)
This commit is contained in:
parent
e7d89ac0ea
commit
d23f614451
1 changed files with 1 additions and 1 deletions
|
|
@ -1196,7 +1196,7 @@ define Device/cudy_wr3000p-v1
|
|||
IMAGE_SIZE := 65536k
|
||||
KERNEL_IN_UBI := 1
|
||||
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||
DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware
|
||||
DEVICE_PACKAGES := kmod-usb3 kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware
|
||||
endef
|
||||
TARGET_DEVICES += cudy_wr3000p-v1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue