From 2eff59daf32aab663a6b8bcad42669346f4421ce Mon Sep 17 00:00:00 2001 From: Valent Turkovic Date: Tue, 3 Mar 2026 22:18:52 +0100 Subject: [PATCH] ipq40xx: re-enable MeshPoint.One target The MeshPoint.One was disabled during the DSA migration with the comment "Missing DSA Setup". However, this device inherits its entire network configuration from 8dev Jalapeno via the Device/8dev_jalapeno-common template, and shares the same DSA network setup in 02_network. The Jalapeno has been working with DSA since the migration. All MeshPoint.One board support files (DTS, network config, LED config) are already in place and reference the same QCA8072 switch configuration as the Jalapeno. Hardware: Qualcomm IPQ4018, QCA8072 switch, same as 8dev Jalapeno. Tested: Built firmware from current main branch, boots and network functions correctly. Signed-off-by: Valent Turkovic Link: https://github.com/openwrt/openwrt/pull/22258 Signed-off-by: Robert Marko (cherry picked from commit a75cc4f18ca9ea1e9a491ffd5a386f6a6d771ea1) Link: https://github.com/openwrt/openwrt/pull/22279 Signed-off-by: Hauke Mehrtens --- target/linux/ipq40xx/image/generic.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 1ede90bc07..b95fa22029 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -343,8 +343,7 @@ define Device/cilab_meshpoint-one DEVICE_MODEL := MeshPoint.One DEVICE_PACKAGES += kmod-i2c-gpio kmod-iio-bmp280-i2c kmod-hwmon-ina2xx kmod-rtc-pcf2127 endef -# Missing DSA Setup -#TARGET_DEVICES += cilab_meshpoint-one +TARGET_DEVICES += cilab_meshpoint-one define Device/compex_wpj419 $(call Device/FitImage)