[openwrt/openwrt] uboot-tegra: build with tegra generic subtarget
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 25 02:58:47 PST 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/808046b2ee9e6cba3d1b4aa8c64c34087b245bfe
commit 808046b2ee9e6cba3d1b4aa8c64c34087b245bfe
Author: Kuan-Yi Li <kyli at abysm.org>
AuthorDate: Sun Dec 25 04:06:26 2022 +0800
uboot-tegra: build with tegra generic subtarget
Fix image build fail by using the generic subtarget.
Fixes: c028e1b1 ("tegra: add generic subtarget")
Ref: 40e3f660 ("uboot-fritz4040: build with ipq40xx generic subtarget")
Signed-off-by: Kuan-Yi Li <kyli at abysm.org>
[ add commit description ]
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
package/boot/uboot-tegra/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile
index 582f7be947..876682fabc 100644
--- a/package/boot/uboot-tegra/Makefile
+++ b/package/boot/uboot-tegra/Makefile
@@ -18,6 +18,7 @@ include $(INCLUDE_DIR)/package.mk
define U-Boot/Default
BUILD_TARGET := tegra
+ BUILD_SUBTARGET := generic
HIDDEN := y
endef
More information about the lede-commits
mailing list