[openwrt/openwrt] ipq806x: set DEVICE_DTS_DIR to /qcom by default

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 26 03:52:42 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b0dae2098a64ba3e00924e5fdc5da1892543cebb

commit b0dae2098a64ba3e00924e5fdc5da1892543cebb
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Apr 26 12:50:47 2024 +0200

    ipq806x: set DEVICE_DTS_DIR to /qcom by default
    
    Set DEVICE_DTS_DIR to /qcom by default instead of limiting it to
    TESTING_KERNEL since we moved 6.6 to default version.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/ipq806x/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index c6be9371e3..b616fecfbb 100644
--- a/target/linux/ipq806x/image/Makefile
+++ b/target/linux/ipq806x/image/Makefile
@@ -6,7 +6,7 @@ include $(INCLUDE_DIR)/image.mk
 define Device/Default
 	PROFILES := Default
 	KERNEL_LOADADDR = 0x42208000
-	DEVICE_DTS_DIR = $(if $(CONFIG_TESTING_KERNEL),$$(DTS_DIR)/qcom,$$(DTS_DIR))
+	DEVICE_DTS_DIR = $$(DTS_DIR)/qcom
 	DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
 	DEVICE_DTS_CONFIG := config at 1
 	IMAGES := sysupgrade.bin




More information about the lede-commits mailing list