Skip to content

Commit

Permalink
ath79: teltonika-rut230: include kmod-usb2 in image
Browse files Browse the repository at this point in the history
Otherwise USB PHY, controller and the built-in modem won't probe.

Signed-off-by: Lech Perczak <[email protected]>
Link: openwrt/openwrt#17503
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
Leo-PL authored and hauke committed Jan 12, 2025
1 parent 852911a commit f391156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ath79/image/generic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f391156

Please sign in to comment.