[openwrt/openwrt] mediatek: add kmod-usb3 to default package set of the ZBT-Z8102AX
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 1 22:50:33 PDT 2024
rmilecki pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/46aa8c77327011ee44ae33a533b941827dd27e20
commit 46aa8c77327011ee44ae33a533b941827dd27e20
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Nov 29 21:10:37 2023 +0000
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 at makrotopia.org>
(cherry picked from commit 507ad4f078d202304414a795d580abdee64f2b84)
---
target/linux/mediatek/image/filogic.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list