diff options
| author | Lech Perczak | 2024-12-08 03:31:36 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-12 20:36:04 +0000 |
| commit | f39115632c69ffae50b1c37937d80e934a27d26d (patch) | |
| tree | 3f1f5ae42c36aabb1128983da19f56e5ca99e1b5 | |
| parent | 852911a85dcaf69a8495153b2dabdf5f31efb5a6 (diff) | |
| download | openwrt-f39115632c69ffae50b1c37937d80e934a27d26d.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17503
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ath79/image/generic.mk | 4 |
1 files 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 |