[openwrt/openwrt] sunxi: update a13-olimex-som DTS path
LEDE Commits
lede-commits at lists.infradead.org
Tue Apr 16 10:42:15 PDT 2024
wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bc4342142c7d8f47fc18f09661fd95b78063d2a9
commit bc4342142c7d8f47fc18f09661fd95b78063d2a9
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Tue Apr 16 16:56:59 2024 +0000
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 <wigyori at uid0.hu>
---
target/linux/sunxi/image/cortexa8.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list