mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
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>
This commit is contained in:
parent
bc59c0605c
commit
20b66726fb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user