From d7ba312a1458f3ae5ea104fbc350cf4b26c81e8f Mon Sep 17 00:00:00 2001 From: Mantas Pucka Date: Wed, 15 Mar 2023 09:50:06 +0200 Subject: [PATCH] ipq40xx: update Crisis Innovation Lab MeshPoint.One BDF Make sure it uses updated Jalapeno BDF inherited from Device/8dev_jalapeno-common Fixes: 146eb4925c7f ("ipq40xx: add support for Crisis Innovation Lab MeshPoint.One") Signed-off-by: Mantas Pucka [ fix Fixes tag to correct format and fix commit title ] Signed-off-by: Christian Marangi --- target/linux/ipq40xx/image/generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 4302f5ec22..68a45dbf9b 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -338,7 +338,7 @@ define Device/cilab_meshpoint-one $(call Device/8dev_jalapeno-common) DEVICE_VENDOR := Crisis Innovation Lab DEVICE_MODEL := MeshPoint.One - DEVICE_PACKAGES := kmod-i2c-gpio kmod-iio-bmp280-i2c kmod-hwmon-ina2xx kmod-rtc-pcf2127 + DEVICE_PACKAGES += kmod-i2c-gpio kmod-iio-bmp280-i2c kmod-hwmon-ina2xx kmod-rtc-pcf2127 endef # Missing DSA Setup #TARGET_DEVICES += cilab_meshpoint-one -- 2.30.2