aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorLech Perczak <lech.perczak@gmail.com>2022-11-13 13:02:36 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-11-13 18:10:42 +0100
commit8c1f8f997841de13c32b9e083c2c6b85c0f6f590 (patch)
treef36abe19346d149c7b3cc5d6ad4185feca27b870 /target
parent54dc60e71d5137f77a152fa29f8a5479144f4b0f (diff)
downloadupstream-8c1f8f997841de13c32b9e083c2c6b85c0f6f590.tar.gz
upstream-8c1f8f997841de13c32b9e083c2c6b85c0f6f590.tar.bz2
upstream-8c1f8f997841de13c32b9e083c2c6b85c0f6f590.zip
ipq40xx: ZTE MF286D: fix DEVICE_PACKAGES
Backporting ZTE MF289F introduced an override of DEVICE_PACKAGES for MF286D, which removed packages needed for built-in modem support. Fix assignment type to restore those. Fixes: 3e15a54bb0ef ("ipq40xx: Add ZTE MF289F") Reported-by: Cezary Jackiewicz <cezary@eko.one.pl> Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ipq40xx/image/generic.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index e02527e108..3b0d917cd9 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -1008,7 +1008,7 @@ endef
define Device/zte_mf286d
$(call Device/zte_mf28x_common)
DEVICE_MODEL := MF286D
- DEVICE_PACKAGES := ipq-wifi-zte_mf286d
+ DEVICE_PACKAGES += ipq-wifi-zte_mf286d
endef
TARGET_DEVICES += zte_mf286d