summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2024-04-16 16:56:59 +0000
committerZoltan HERPAI <wigyori@uid0.hu>2024-04-16 19:41:58 +0200
commitbc4342142c7d8f47fc18f09661fd95b78063d2a9 (patch)
tree6c865c7ef492c77c673e3a1e1f84ff3e9db50862
parent12137cb460e5ac0ef5924458c49822b776247179 (diff)
downloadopenwrt-bc4342142c7d8f47fc18f09661fd95b78063d2a9.tar.gz
openwrt-bc4342142c7d8f47fc18f09661fd95b78063d2a9.tar.bz2
openwrt-bc4342142c7d8f47fc18f09661fd95b78063d2a9.zip
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@uid0.hu>
-rw-r--r--target/linux/sunxi/image/cortexa8.mk2
1 files changed, 1 insertions, 1 deletions
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