diff options
| author | Mieczyslaw Nalewaj | 2024-08-03 13:58:04 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-09-17 15:31:25 +0000 |
| commit | 20b66726fb66f41479352c6bf0910604851837dc (patch) | |
| tree | 180cbcecc4d3515f296e8b46716f0818ddbfa24e | |
| parent | bc59c0605c8e8db5dd18234a14220155908b5f6a (diff) | |
| download | openwrt-20b66726fb66f41479352c6bf0910604851837dc.tar.gz | |
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@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16058
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | target/linux/at91/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |