[openwrt/openwrt] ipq40xx: define config-names for Aruba boards

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 10 15:38:43 PDT 2024


blocktrron pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c7ba5574f52f25334add66c15190b578ac873739

commit c7ba5574f52f25334add66c15190b578ac873739
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Tue Sep 10 04:25:59 2024 +0200

    ipq40xx: define config-names for Aruba boards
    
    Aruba boards now ship with multiple DTS and image-configurations per
    image. Newer apboot revs expect a configuration for their hardware to be
    present.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/ipq40xx/image/generic.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index 0aff89afa3..a2931ff01e 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -179,12 +179,14 @@ endef
 define Device/aruba_ap-303
 	$(call Device/aruba_glenmorangie)
 	DEVICE_MODEL := AP-303
+	DEVICE_DTS_CONFIG := Glenmorangie at 1
 endef
 TARGET_DEVICES += aruba_ap-303
 
 define Device/aruba_ap-303h
 	$(call Device/aruba_glenmorangie)
 	DEVICE_MODEL := AP-303H
+	DEVICE_DTS_CONFIG := Aberlour at 1
 endef
 TARGET_DEVICES += aruba_ap-303h
 
@@ -192,6 +194,7 @@ define Device/aruba_ap-365
 	$(call Device/aruba_glenmorangie)
 	DEVICE_MODEL := AP-365
 	DEVICE_PACKAGES := kmod-hwmon-ad7418
+	DEVICE_DTS_CONFIG := Bunker at 1
 endef
 TARGET_DEVICES += aruba_ap-365
 




More information about the lede-commits mailing list