From: Valent Turkovic Date: Tue, 3 Mar 2026 21:18:52 +0000 (+0100) Subject: ipq40xx: re-enable MeshPoint.One target X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75cc4f18ca9ea1e9a491ffd5a386f6a6d771ea1;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 84aa05a8c10..94e929cf73d 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)