From: Hauke Mehrtens Date: Fri, 31 May 2024 12:15:10 +0000 (+0200) Subject: uboot-tegra: Set UBOOT_USE_INTREE_DTC X-Git-Tag: v24.10.0-rc1~1659 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15601%2Fhead;p=thirdparty%2Fopenwrt.git uboot-tegra: Set UBOOT_USE_INTREE_DTC U-Boot 2024.04 for tegra needs swig installed on the host, this dependency is only checked if UBOOT_USE_INTREE_DTC is set. add the missing definition. Fixes: 6832faf3407e ("uboot-tegra: bump version to 2024.04") Signed-off-by: Hauke Mehrtens --- diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile index 5bed6b97dd9..a90008bbd1d 100644 --- a/package/boot/uboot-tegra/Makefile +++ b/package/boot/uboot-tegra/Makefile @@ -13,6 +13,8 @@ PKG_HASH := 18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a PKG_MAINTAINER := Tomasz Maciej Nowak +UBOOT_USE_INTREE_DTC:=1 + include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk