summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Fuchs2024-01-25 10:29:21 +0000
committerHauke Mehrtens2024-02-02 10:29:52 +0000
commitb1d37262c9d2837a211c692e288e81d015932e0d (patch)
treeb5444d70a41642e49910c15292b1b5759a5cdef2
parent44cd90c49a7457345c0fba186d5d762d3a04d854 (diff)
downloadopenwrt-b1d37262c9d2837a211c692e288e81d015932e0d.tar.gz
ath79: add WWAN serial driver and qmi for GL.iNET GL-E750 (Mudi)
The driver for the cellular modems serial interface and qmi was missing from the default device packages. The driver is required to interact with the modem using AT commands. Signed-off-by: Jan Fuchs <jf@simonwunderlich.de>
-rw-r--r--target/linux/ath79/image/nand.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk
index bf2b1a1f8a..0b51982c4f 100644
--- a/target/linux/ath79/image/nand.mk
+++ b/target/linux/ath79/image/nand.mk
@@ -190,7 +190,8 @@ define Device/glinet_gl-e750
SOC := qca9531
DEVICE_VENDOR := GL.iNet
DEVICE_MODEL := GL-E750
- DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9887-ct kmod-usb2
+ DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9887-ct kmod-usb2 \
+ kmod-usb-net-qmi-wwan kmod-usb-serial-option uqmi
SUPPORTED_DEVICES += gl-e750
KERNEL_SIZE := 4096k
IMAGE_SIZE := 131072k