[OpenWrt-Devel] [PATCH] ramips: ASUS RT-AC57 only supports USB2, not USB3

Stijn Segers foss at volatilesystems.org
Sat Jul 13 04:47:47 EDT 2019


Commit 14e0e4f138e35c3e2a15cc3a836c939547ee053b added support for the ASUS RT-AC57U but erroneously
included kmod-usb3 whereas the RT-AC57U, despite the mt7621 SoC supporting USB3, only has a USB2
port. Make DEVICE_PACKAGES reflect this.

Signed-off-by: Stijn Segers <foss at volatilesystems.org>
---
 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 e2928c80ce..137763f2cc 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -111,7 +111,7 @@ define Device/asus_rt-ac57u
   DEVICE_VENDOR := ASUS
   DEVICE_MODEL := RT-AC57U
   IMAGE_SIZE := 16064k
-  DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic
+  DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb2 kmod-usb-ledtrig-usbport wpad-basic
 endef
 TARGET_DEVICES += asus_rt-ac57u
 
-- 
2.20.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list