From 4e9f0e5be49757c95ca224e549655f5f67f3f9ec Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Fri, 26 Apr 2024 11:06:17 +0200 Subject: [PATCH] sunxi: update the 6.6 DTS_DIR hack Update and simplify the 6.1 vs. 6.6 DTS_DIR hack until 6.1 support is gone. Signed-off-by: Zoltan HERPAI --- target/linux/sunxi/image/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/target/linux/sunxi/image/Makefile b/target/linux/sunxi/image/Makefile index d462880e90..fc1359d173 100644 --- a/target/linux/sunxi/image/Makefile +++ b/target/linux/sunxi/image/Makefile @@ -34,9 +34,7 @@ define Device/Default KERNEL := kernel-bin | uImage none IMAGES := sdcard.img.gz IMAGE/sdcard.img.gz := sunxi-sdcard | append-metadata | gzip -ifneq ($(LINUX_6_1),) - SUNXI_DTS_DIR := -else +ifdef CONFIG_LINUX_6_6 SUNXI_DTS_DIR :=allwinner/ endif SUNXI_DTS = $$(SUNXI_DTS_DIR)$$(SOC)-$(lastword $(subst _, ,$(1))) -- 2.30.2