diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2024-05-31 14:15:10 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-06-02 18:06:39 +0200 |
commit | e4f323ed56c0a37c85ea7fcf7b65f4dbd5af7de0 (patch) | |
tree | b2bb3646eb4b558e38d24aa6a1af248ad85e790f /package/boot | |
parent | 21213c8156ccca90c135910b2ae2cdf40b8d98c3 (diff) | |
download | openwrt-e4f323ed56c0a37c85ea7fcf7b65f4dbd5af7de0.tar.gz openwrt-e4f323ed56c0a37c85ea7fcf7b65f4dbd5af7de0.tar.bz2 openwrt-e4f323ed56c0a37c85ea7fcf7b65f4dbd5af7de0.zip |
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 <hauke@hauke-m.de>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-tegra/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile index 5bed6b97dd..a90008bbd1 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 <tmn505@gmail.com> +UBOOT_USE_INTREE_DTC:=1 + include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |