diff options
| author | Lech Perczak | 2024-12-07 03:39:13 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-12 20:36:04 +0000 |
| commit | 11ad73f97d35518b3b4def26a62fa78ae1b3dfe1 (patch) | |
| tree | d7a20b55dd57ea676dccbe1265e250f082478781 | |
| parent | f39115632c69ffae50b1c37937d80e934a27d26d (diff) | |
| download | openwrt-11ad73f97d35518b3b4def26a62fa78ae1b3dfe1.tar.gz | |
ath79: teltonika-rut230: include kmod-usb-serial-option in image
Newer modems used in RUT240 (Quectel EC25 and MeiG SLM750) use the
"option" driver instead of CDC-ACM. Include it in the image too.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 88915c650c..3f813df253 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -3064,7 +3064,7 @@ define Device/teltonika_rut230-v1 DEVICE_MODEL := RUT230 DEVICE_VARIANT := v1 DEVICE_PACKAGES := kmod-usb2 kmod-usb-chipidea2 kmod-usb-acm \ - kmod-usb-net-qmi-wwan uqmi -uboot-envtools + kmod-usb-net-qmi-wwan kmod-usb-serial-option uqmi -uboot-envtools IMAGE_SIZE := 15552k TPLINK_HWID := 0x32200002 TPLINK_HWREV := 0x1 |