diff options
author | Lech Perczak <lech.perczak@gmail.com> | 2022-04-23 11:22:50 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-23 20:46:25 +0200 |
commit | 8a1003c5986514d7a78f78b3ee94003837d82582 (patch) | |
tree | 7e78560aad89e75a6e93f85f6f7761bc3b33bff0 /target/linux/ath79/image/nand.mk | |
parent | fb4edcef712432e0e42f0c28be8829b6d2fb44e9 (diff) | |
download | upstream-8a1003c5986514d7a78f78b3ee94003837d82582.tar.gz upstream-8a1003c5986514d7a78f78b3ee94003837d82582.tar.bz2 upstream-8a1003c5986514d7a78f78b3ee94003837d82582.zip |
ath79: ZTE MF286R: add comgt-ncm to DEVICE_PACKAGES
When adding support to the router's built-in modem, this required
package was omitted, because it was already enabled in the image
configuration in use for testing, and this went unnoticed.
In result, the modem still isn't fully supported in official images.
As it is the primary WAN interface, add the missing package.
Fixes: e02fb42c53ba ("comgt: support ZTE MF286R modem")
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
Diffstat (limited to 'target/linux/ath79/image/nand.mk')
-rw-r--r-- | target/linux/ath79/image/nand.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk index 0cf8f331d5..726fab068f 100644 --- a/target/linux/ath79/image/nand.mk +++ b/target/linux/ath79/image/nand.mk @@ -334,7 +334,8 @@ TARGET_DEVICES += zte_mf286a define Device/zte_mf286r $(Device/zte_mf286_common) DEVICE_MODEL := MF286R - DEVICE_PACKAGES += ath10k-firmware-qca9888-ct kmod-usb-net-rndis kmod-usb-acm + DEVICE_PACKAGES += ath10k-firmware-qca9888-ct kmod-usb-net-rndis kmod-usb-acm \ + comgt-ncm endef TARGET_DEVICES += zte_mf286r |