mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-25 20:37:02 +08:00
23 lines
850 B
Diff
23 lines
850 B
Diff
![]() |
From 8aec79b6d4d59616eb6ce4fbfb94658b3e79d9ce Mon Sep 17 00:00:00 2001
|
||
|
From: Robert Marko <robimarko@gmail.com>
|
||
|
Date: Tue, 11 May 2021 13:29:33 +0200
|
||
|
Subject: [PATCH] arm64: dts: add OpenWrt DTS files
|
||
|
|
||
|
Lets add custom OpenWrt DTS files to Makefile.
|
||
|
|
||
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
||
|
---
|
||
|
arch/arm64/boot/dts/qcom/Makefile | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/arch/arm64/boot/dts/qcom/Makefile
|
||
|
+++ b/arch/arm64/boot/dts/qcom/Makefile
|
||
|
@@ -3,6 +3,7 @@ dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc.d
|
||
|
dtb-$(CONFIG_ARCH_QCOM) += apq8096-db820c.dtb
|
||
|
dtb-$(CONFIG_ARCH_QCOM) += apq8096-ifc6640.dtb
|
||
|
dtb-$(CONFIG_ARCH_QCOM) += ipq6018-cp01-c1.dtb
|
||
|
+dtb-$(CONFIG_ARCH_QCOM) += ipq6018-hr6001.dtb
|
||
|
dtb-$(CONFIG_ARCH_QCOM) += ipq8074-hk01.dtb
|
||
|
dtb-$(CONFIG_ARCH_QCOM) += msm8916-longcheer-l8150.dtb
|
||
|
dtb-$(CONFIG_ARCH_QCOM) += msm8916-mtp.dtb
|