From 7a8017b0ae15bbfcad4562ef7d70833b7c4f15f1 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Mon, 19 Mar 2018 20:53:09 +0100 Subject: ipq40xx: Adjust SoC name of AVM Fritz!Box 4040 The AVM Fritz!Box 4040 uses an IPQ4018 as SoC and not an IPQ4019. The DTS must be adjusted to reflect this. Signed-off-by: Sven Eckelmann --- target/linux/ipq40xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ipq40xx/image/Makefile') diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile index 5c1ae7fe1f..125b3bf8e2 100644 --- a/target/linux/ipq40xx/image/Makefile +++ b/target/linux/ipq40xx/image/Makefile @@ -54,7 +54,7 @@ TARGET_DEVICES += asus_rt-ac58u define Device/avm_fritzbox-4040 $(call Device/FitImageLzma) - DEVICE_DTS := qcom-ipq4019-fritz4040 + DEVICE_DTS := qcom-ipq4018-fritz4040 BOARD_NAME := fritz4040 DEVICE_TITLE := AVM Fritz!Box 4040 IMAGE_SIZE := 29753344 -- cgit v1.2.3