[openwrt/openwrt] ramips: mt7621: enable kmod-usb3 for Mikrotik RBM33G
LEDE Commits
lede-commits at lists.infradead.org
Mon Feb 9 06:29:29 PST 2026
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/61c9337d80318a49a5bcee586435b513fbdeacf7
commit 61c9337d80318a49a5bcee586435b513fbdeacf7
Author: Chester A. Unal <chester.a.unal at arinc9.com>
AuthorDate: Mon Jan 5 14:54:42 2026 +0200
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 at arinc9.com>
---
target/linux/ramips/image/mt7621.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list