From: Jan Fuchs Date: Thu, 25 Jan 2024 10:29:21 +0000 (+0100) Subject: ath79: add WWAN serial driver and qmi for GL.iNET GL-E750 (Mudi) X-Git-Url: http://git.openwrt.org/b27977b41be6d010c9d5a8fc67e5e48135f11aae.?a=commitdiff_plain;h=b1d37262c9d2837a211c692e288e81d015932e0d;p=openwrt%2Fstaging%2Fsvanheule.git 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 --- 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