mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

我只是执行者,有问题请找 “Redmi ax6 机友会”(522966467)里面的群主 和陈超(269806631)等狗管理和伪君子反馈。 I'm just an executor. If you have any questions, please contact the group owner and Chen Chao (269806631) management and hypocrites in the "Redmi ax6 Friends Club" (522966467) for feedback. 私はただの遺言執行者です。ご不明な点がございましたら、グループのオ ーナーである Chen Chao(269806631)や、「Redmi ax6 Friends Club」 (522966467)の他のマネージャーや偽善者にお問い合わせください。 Unanimous approval from the entire development team. Ref: https://t.me/chenchao_rip/4 Cc: lean <coolsnowwolf@gmail.com> Cc: asushugo <429632952@163.com> CC: CN_SZTL <cnsztl@immortalwrt.org> Cc: AmadeusGhost <amadeus@immortalwrt.org>
24 lines
894 B
Diff
24 lines
894 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,8 @@ 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) += ipq8072-301w.dtb
|
|
+dtb-$(CONFIG_ARCH_QCOM) += ipq8071-mf269.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += ipq8074-hk01.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += msm8916-longcheer-l8150.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += msm8916-mtp.dtb
|