diff options
| author | David Bauer | 2022-09-09 16:14:08 +0000 |
|---|---|---|
| committer | David Bauer | 2022-09-09 16:15:23 +0000 |
| commit | c7c350922668e262068c9301b75434d7bb4b8d10 (patch) | |
| tree | 059a8b8bcc2c080c4d254525b52244090bb6156e | |
| parent | 5f458e64a9bca6875d7974fd5b9cd570f5d2d40c (diff) | |
| download | openwrt-c7c350922668e262068c9301b75434d7bb4b8d10.tar.gz | |
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>
| -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 |