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@david-bauer.net>
This commit is contained in:
parent
ae42ecaad4
commit
c7ba5574f5
1 changed files with 3 additions and 0 deletions
|
@ -179,12 +179,14 @@ endef
|
||||||
define Device/aruba_ap-303
|
define Device/aruba_ap-303
|
||||||
$(call Device/aruba_glenmorangie)
|
$(call Device/aruba_glenmorangie)
|
||||||
DEVICE_MODEL := AP-303
|
DEVICE_MODEL := AP-303
|
||||||
|
DEVICE_DTS_CONFIG := Glenmorangie@1
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += aruba_ap-303
|
TARGET_DEVICES += aruba_ap-303
|
||||||
|
|
||||||
define Device/aruba_ap-303h
|
define Device/aruba_ap-303h
|
||||||
$(call Device/aruba_glenmorangie)
|
$(call Device/aruba_glenmorangie)
|
||||||
DEVICE_MODEL := AP-303H
|
DEVICE_MODEL := AP-303H
|
||||||
|
DEVICE_DTS_CONFIG := Aberlour@1
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += aruba_ap-303h
|
TARGET_DEVICES += aruba_ap-303h
|
||||||
|
|
||||||
|
@ -192,6 +194,7 @@ define Device/aruba_ap-365
|
||||||
$(call Device/aruba_glenmorangie)
|
$(call Device/aruba_glenmorangie)
|
||||||
DEVICE_MODEL := AP-365
|
DEVICE_MODEL := AP-365
|
||||||
DEVICE_PACKAGES := kmod-hwmon-ad7418
|
DEVICE_PACKAGES := kmod-hwmon-ad7418
|
||||||
|
DEVICE_DTS_CONFIG := Bunker@1
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += aruba_ap-365
|
TARGET_DEVICES += aruba_ap-365
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue