From 20b66726fb66f41479352c6bf0910604851837dc Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Sat, 3 Aug 2024 15:58:04 +0200 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/16058 Signed-off-by: Nick Hainke --- 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 -- 2.30.2