From: Zoltan HERPAI Date: Tue, 16 Apr 2024 16:56:59 +0000 (+0000) Subject: sunxi: update a13-olimex-som DTS path X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bc4342142c7d8f47fc18f09661fd95b78063d2a9;p=openwrt%2Fopenwrt.git sunxi: update a13-olimex-som DTS path In preparation for supporting kernel 6.6, where the DTS files are grouped into vendors - similarly to what arm64 has been doing all along -, update the SUNXI_DTS var of this board to prepend it with SUNXI_DTS_DIR. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/sunxi/image/cortexa8.mk b/target/linux/sunxi/image/cortexa8.mk index eafc2187e8..dd8a16763b 100644 --- a/target/linux/sunxi/image/cortexa8.mk +++ b/target/linux/sunxi/image/cortexa8.mk @@ -43,7 +43,7 @@ define Device/olimex_a13-olimex-som DEVICE_PACKAGES:=kmod-rtl8192cu SUPPORTED_DEVICES:=olimex,a13-olinuxino SOC := sun5i-a13 - SUNXI_DTS := sun5i-a13-olinuxino + SUNXI_DTS := $$(SUNXI_DTS_DIR)sun5i-a13-olinuxino endef TARGET_DEVICES += olimex_a13-olimex-som