ipq40xx: commonize Meraki recipe
MR33 and MR74 share pretty much everything in the image recipe, so lets extract a common recipe to avoid duplication. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
00ce1c0587
commit
9e9dc1890c
1 changed files with 7 additions and 8 deletions
|
@ -756,26 +756,25 @@ define Device/luma_wrtq-329acn
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += luma_wrtq-329acn
|
TARGET_DEVICES += luma_wrtq-329acn
|
||||||
|
|
||||||
define Device/meraki_mr33
|
define Device/meraki_common
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
DEVICE_VENDOR := Cisco Meraki
|
DEVICE_VENDOR := Cisco Meraki
|
||||||
DEVICE_MODEL := MR33
|
|
||||||
SOC := qcom-ipq4029
|
SOC := qcom-ipq4029
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
DEVICE_PACKAGES := -swconfig ath10k-firmware-qca9887-ct
|
DEVICE_PACKAGES := -swconfig ath10k-firmware-qca9887-ct
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Device/meraki_mr33
|
||||||
|
$(call Device/meraki_common)
|
||||||
|
DEVICE_MODEL := MR33
|
||||||
DEFAULT := n
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += meraki_mr33
|
TARGET_DEVICES += meraki_mr33
|
||||||
|
|
||||||
define Device/meraki_mr74
|
define Device/meraki_mr74
|
||||||
$(call Device/FitImage)
|
$(call Device/meraki_common)
|
||||||
DEVICE_VENDOR := Cisco Meraki
|
|
||||||
DEVICE_MODEL := MR74
|
DEVICE_MODEL := MR74
|
||||||
SOC := qcom-ipq4029
|
|
||||||
BLOCKSIZE := 128k
|
|
||||||
PAGESIZE := 2048
|
|
||||||
DEVICE_PACKAGES := -swconfig ath10k-firmware-qca9887-ct
|
|
||||||
DEVICE_DTS_CONFIG := config@3
|
DEVICE_DTS_CONFIG := config@3
|
||||||
DEFAULT := n
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue