diff options
author | David Bauer <mail@david-bauer.net> | 2022-09-09 18:14:08 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-09-09 18:16:12 +0200 |
commit | 25a041f50bacf23d6530e78a4da4a4cc02a28109 (patch) | |
tree | b5ea0cd95346d75db117586088830de7ce81d05f /target/linux | |
parent | daf1fdc6ade7c89f4ffb4d156f58ad76475e3ca2 (diff) | |
download | upstream-25a041f50bacf23d6530e78a4da4a4cc02a28109.tar.gz upstream-25a041f50bacf23d6530e78a4da4a4cc02a28109.tar.bz2 upstream-25a041f50bacf23d6530e78a4da4a4cc02a28109.zip |
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@david-bauer.net>
(cherry picked from commit c7c350922668e262068c9301b75434d7bb4b8d10)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |