diff options
author | Sven Eckelmann <sven@narfation.org> | 2018-03-19 20:53:09 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-03-23 20:31:49 +0100 |
commit | 7a8017b0ae15bbfcad4562ef7d70833b7c4f15f1 (patch) | |
tree | f5029e834d665080589eedd4c12e5e6b4418636e /target/linux/ipq40xx/image | |
parent | 9ca81646b9235f8963c5264f15597a9b61c029d4 (diff) | |
download | upstream-7a8017b0ae15bbfcad4562ef7d70833b7c4f15f1.tar.gz upstream-7a8017b0ae15bbfcad4562ef7d70833b7c4f15f1.tar.bz2 upstream-7a8017b0ae15bbfcad4562ef7d70833b7c4f15f1.zip |
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 <sven@narfation.org>
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r-- | target/linux/ipq40xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |