diff options
| author | Daniel Golle | 2023-11-29 21:10:37 +0000 |
|---|---|---|
| committer | Rafał Miłecki | 2024-07-02 05:34:08 +0000 |
| commit | 46aa8c77327011ee44ae33a533b941827dd27e20 (patch) | |
| tree | af506b58f85e2b1075d3602e25e71b00ff64efe0 | |
| parent | 866b1bb2b3048c938f7f73f7ed73f50bd166da39 (diff) | |
| download | openwrt-46aa8c77327011ee44ae33a533b941827dd27e20.tar.gz | |
mediatek: add kmod-usb3 to default package set of the ZBT-Z8102AX
Include XHCI USB drivers on the ZBT-Z8102AX router, the drivers are
required to be able to use the USB-connected M.2 slots for 4G/5G modems.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 507ad4f078d202304414a795d580abdee64f2b84)
| -rw-r--r-- | target/linux/mediatek/image/filogic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index 41de08f490..09223f2d2f 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -873,7 +873,7 @@ define Device/zbtlink_zbt-z8102ax DEVICE_MODEL := ZBT-Z8102AX DEVICE_DTS := mt7981b-zbtlink-zbt-z8102ax DEVICE_DTS_DIR := ../dts - DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware kmod-usb-net-qmi-wwan kmod-usb-serial-option + DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware kmod-usb3 kmod-usb-net-qmi-wwan kmod-usb-serial-option KERNEL_IN_UBI := 1 UBINIZE_OPTS := -E 5 BLOCKSIZE := 128k |