[openwrt/openwrt] qualcommax: ipq807x: define configuration for Linksys MX4x00 devices

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 16 04:03:30 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/1252e16f7746a1deceb84a40b6208fb651972ed4

commit 1252e16f7746a1deceb84a40b6208fb651972ed4
Author: Paweł Owoc <frut3k7 at gmail.com>
AuthorDate: Sat Jul 27 23:25:14 2024 +0200

    qualcommax: ipq807x: define configuration for Linksys MX4x00 devices
    
    Define shared configuration for Linksys MX4x00 devices.
    
    Signed-off-by: Paweł Owoc <frut3k7 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16070
    (cherry picked from commit 73fc1e0aa2d9956561915e342d098a6881ec85a3)
    Signed-off-by: Rafal Boni <rafal.boni at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17889
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/qualcommax/image/ipq807x.mk | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/target/linux/qualcommax/image/ipq807x.mk b/target/linux/qualcommax/image/ipq807x.mk
index 8ca370f57e..c42393eb79 100644
--- a/target/linux/qualcommax/image/ipq807x.mk
+++ b/target/linux/qualcommax/image/ipq807x.mk
@@ -170,12 +170,17 @@ define Device/linksys_mx
 	DEVICE_PACKAGES := kmod-leds-pca963x
 endef
 
-define Device/linksys_mx4200v1
+define Device/linksys_mx4x00
 	$(call Device/linksys_mx)
+	SOC := ipq8174
+	DEVICE_PACKAGES += ipq-wifi-linksys_mx4200
+endef
+
+define Device/linksys_mx4200v1
+	$(call Device/linksys_mx4x00)
 	DEVICE_MODEL := MX4200
 	DEVICE_VARIANT := v1
-	SOC := ipq8174
-	DEVICE_PACKAGES += ipq-wifi-linksys_mx4200 kmod-bluetooth
+	DEVICE_PACKAGES += kmod-bluetooth
 endef
 TARGET_DEVICES += linksys_mx4200v1
 




More information about the lede-commits mailing list