[openwrt/openwrt] ath79: teltonika-rut230: include kmod-usb2 in image

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 12 12:37:31 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f39115632c69ffae50b1c37937d80e934a27d26d

commit f39115632c69ffae50b1c37937d80e934a27d26d
Author: Lech Perczak <lech.perczak at gmail.com>
AuthorDate: Sun Dec 8 04:31:36 2024 +0100

    ath79: teltonika-rut230: include kmod-usb2 in image
    
    Otherwise USB PHY, controller and the built-in modem won't probe.
    
    Signed-off-by: Lech Perczak <lech.perczak at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17503
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/ath79/image/generic.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 74ef0d2da0..88915c650c 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -3063,8 +3063,8 @@ define Device/teltonika_rut230-v1
   DEVICE_VENDOR := Teltonika
   DEVICE_MODEL := RUT230
   DEVICE_VARIANT := v1
-  DEVICE_PACKAGES := kmod-usb-chipidea2 kmod-usb-acm kmod-usb-net-qmi-wwan \
-	uqmi -uboot-envtools
+  DEVICE_PACKAGES := kmod-usb2 kmod-usb-chipidea2 kmod-usb-acm \
+	kmod-usb-net-qmi-wwan uqmi -uboot-envtools
   IMAGE_SIZE := 15552k
   TPLINK_HWID := 0x32200002
   TPLINK_HWREV := 0x1




More information about the lede-commits mailing list