[openwrt/openwrt] ipq40xx: fix patches on dts Makefile

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 8 11:51:10 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f3921acdf0e030b02735683df0f3d368607bd91f

commit f3921acdf0e030b02735683df0f3d368607bd91f
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Wed Jul 8 17:48:15 2020 +0200

    ipq40xx: fix patches on dts Makefile
    
    The patches for arch/arm/boot/dts/Makefile have not been updated
    in a syntactically correct way (just body was changed). Fix it.
    
    Fixes: 4a77a060ab62 ("ipq40xx: add support for Buffalo WTR-M2133HP")
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ipq40xx/patches-4.19/901-arm-boot-add-dts-files.patch | 2 +-
 target/linux/ipq40xx/patches-5.4/901-arm-boot-add-dts-files.patch  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ipq40xx/patches-4.19/901-arm-boot-add-dts-files.patch b/target/linux/ipq40xx/patches-4.19/901-arm-boot-add-dts-files.patch
index 924715c9aa..77c48a36d6 100644
--- a/target/linux/ipq40xx/patches-4.19/901-arm-boot-add-dts-files.patch
+++ b/target/linux/ipq40xx/patches-4.19/901-arm-boot-add-dts-files.patch
@@ -10,7 +10,7 @@ Signed-off-by: John Crispin <john at phrozen.org>
 
 --- a/arch/arm/boot/dts/Makefile
 +++ b/arch/arm/boot/dts/Makefile
-@@ -785,11 +785,48 @@ dtb-$(CONFIG_ARCH_QCOM) += \
+@@ -785,11 +785,49 @@ dtb-$(CONFIG_ARCH_QCOM) += \
  	qcom-apq8074-dragonboard.dtb \
  	qcom-apq8084-ifc6540.dtb \
  	qcom-apq8084-mtp.dtb \
diff --git a/target/linux/ipq40xx/patches-5.4/901-arm-boot-add-dts-files.patch b/target/linux/ipq40xx/patches-5.4/901-arm-boot-add-dts-files.patch
index c5b0981f49..d281bb468d 100644
--- a/target/linux/ipq40xx/patches-5.4/901-arm-boot-add-dts-files.patch
+++ b/target/linux/ipq40xx/patches-5.4/901-arm-boot-add-dts-files.patch
@@ -10,7 +10,7 @@ Signed-off-by: John Crispin <john at phrozen.org>
 
 --- a/arch/arm/boot/dts/Makefile
 +++ b/arch/arm/boot/dts/Makefile
-@@ -837,11 +837,49 @@ dtb-$(CONFIG_ARCH_QCOM) += \
+@@ -837,11 +837,50 @@ dtb-$(CONFIG_ARCH_QCOM) += \
  	qcom-apq8074-dragonboard.dtb \
  	qcom-apq8084-ifc6540.dtb \
  	qcom-apq8084-mtp.dtb \



More information about the lede-commits mailing list