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:15:23 +0200 |
commit | c7c350922668e262068c9301b75434d7bb4b8d10 (patch) | |
tree | 059a8b8bcc2c080c4d254525b52244090bb6156e /target/linux | |
parent | 5f458e64a9bca6875d7974fd5b9cd570f5d2d40c (diff) | |
download | upstream-c7c350922668e262068c9301b75434d7bb4b8d10.tar.gz upstream-c7c350922668e262068c9301b75434d7bb4b8d10.tar.bz2 upstream-c7c350922668e262068c9301b75434d7bb4b8d10.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>
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 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 |