[openwrt/openwrt] ipq40xx: add LTE packages for GL-AP1300

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 9 09:16:58 PDT 2022


blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/25a041f50bacf23d6530e78a4da4a4cc02a28109

commit 25a041f50bacf23d6530e78a4da4a4cc02a28109
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Fri Sep 9 18:14:08 2022 +0200

    ipq40xx: add LTE packages for GL-AP1300
    
    Add LTE packages required for operating the LTE modem optionally shipped
    with the GL-AP1300.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
    (cherry picked from commit c7c350922668e262068c9301b75434d7bb4b8d10)
---
 target/linux/ipq40xx/image/generic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index 0112e18ac0..cf89409b17 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -553,7 +553,7 @@ define Device/glinet_gl-ap1300
 	PAGESIZE := 2048
 	IMAGE_SIZE := 131072k
 	KERNEL_INSTALL := 1
-	DEVICE_PACKAGES := ipq-wifi-glinet_gl-ap1300
+	DEVICE_PACKAGES := ipq-wifi-glinet_gl-ap1300 kmod-usb-net-qmi-wwan kmod-usb-serial-option uqmi
 endef
 TARGET_DEVICES += glinet_gl-ap1300
 




More information about the lede-commits mailing list