summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChester A. Unal2026-01-05 12:54:42 +0000
committerChester A. Unal2026-02-09 14:04:48 +0000
commit61c9337d80318a49a5bcee586435b513fbdeacf7 (patch)
treee1b321933f19e5e750b70327fe7bece0b55a6f73
parent5a023509c6830232f2c123310dc27ca62beaf812 (diff)
downloadopenwrt-61c9337d80318a49a5bcee586435b513fbdeacf7.tar.gz
ramips: mt7621: enable kmod-usb3 for Mikrotik RBM33G
Mikrotik RBM33G has got a USB-A port and mPCIe slots with USB 3.0 and USB 2.0 interfaces in use. The MediaTek MT7621 SoC has got an xHCI to provide these interfaces. Therefore, enable kmod-usb3 to support them. Fixes: 5684d087418d ("ramips: Add support for Mikrotik RouterBOARD RBM33g") Signed-off-by: Chester A. Unal <chester.a.unal@arinc9.com>
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index adf131f55e..36f90a63b1 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -2253,7 +2253,7 @@ TARGET_DEVICES += mikrotik_routerboard-m11g
define Device/mikrotik_routerboard-m33g
$(Device/MikroTik)
DEVICE_MODEL := RouterBOARD M33G
- DEVICE_PACKAGES := -wpad-basic-mbedtls
+ DEVICE_PACKAGES := kmod-usb3 -wpad-basic-mbedtls
SUPPORTED_DEVICES += mikrotik,rbm33g
endef
TARGET_DEVICES += mikrotik_routerboard-m33g