[openwrt/openwrt] at91: 6.6: change dts files location

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 17 08:32:40 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/20b66726fb66f41479352c6bf0910604851837dc

commit 20b66726fb66f41479352c6bf0910604851837dc
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Sat Aug 3 15:58:04 2024 +0200

    at91: 6.6: change dts files location
    
    Change dts files location to subfolder microchip for compatibility with kernel 6.6
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
    Link: https://github.com/openwrt/openwrt/pull/16058
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 target/linux/at91/image/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile
index e17e4d6a52..aba95fde91 100644
--- a/target/linux/at91/image/Makefile
+++ b/target/linux/at91/image/Makefile
@@ -19,6 +19,9 @@ FAT32_BLOCKS:=$(shell echo \
   $$(($(AT91_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))
 
 define Device/Default
+  ifdef CONFIG_LINUX_6_6
+	DEVICE_DTS_DIR := $(DTS_DIR)/microchip
+  endif
   $(Device/default-nand)
   PROFILES := Default
   FILESYSTEMS := squashfs ubifs ext4




More information about the lede-commits mailing list