From: Kuan-Yi Li Date: Sat, 24 Dec 2022 20:05:03 +0000 (+0800) Subject: uboot-kirkwood: build with kirkwood generic subtarget X-Git-Tag: v23.05.0-rc1~1476 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5c85c1f344c649c7dbd11046b6a412b88e0db5d9;p=openwrt%2Fopenwrt.git uboot-kirkwood: build with kirkwood generic subtarget Fix image build fail by using the generic subtarget. Fixes: cada395a ("kirkwood: add generic subtarget") Ref: 40e3f660 ("uboot-fritz4040: build with ipq40xx generic subtarget") Signed-off-by: Kuan-Yi Li [ add commit description ] Signed-off-by: Christian Marangi --- diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index d9cb10ce13..320d14bfa8 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -17,6 +17,7 @@ include $(INCLUDE_DIR)/package.mk define U-Boot/Default BUILD_TARGET:=kirkwood + BUILD_SUBTARGET:=generic endef define U-Boot/dockstar