[openwrt/openwrt] ipq40xx: add LTE packages for GL-AP1300
LEDE Commits
lede-commits at lists.infradead.org
Fri Sep 9 09:15:44 PDT 2022
blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c7c350922668e262068c9301b75434d7bb4b8d10
commit c7c350922668e262068c9301b75434d7bb4b8d10
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>
---
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 98a40349b2..102de5c8bf 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -559,7 +559,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