[openwrt/openwrt] ipq40xx: update Crisis Innovation Lab MeshPoint.One BDF

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 17 06:38:58 PDT 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d7ba312a1458f3ae5ea104fbc350cf4b26c81e8f

commit d7ba312a1458f3ae5ea104fbc350cf4b26c81e8f
Author: Mantas Pucka <mantas at 8devices.com>
AuthorDate: Wed Mar 15 09:50:06 2023 +0200

    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 <mantas at 8devices.com>
    [ fix Fixes tag to correct format and fix commit title ]
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 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




More information about the lede-commits mailing list