From: Yousong Zhou Date: Fri, 6 Sep 2019 08:29:50 +0000 (+0000) Subject: uboot-fritz4040: build with ipq40xx "generic" subtarget X-Git-Tag: v19.07.0-rc1~8 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=22c443c20cab4760b201ccd9995a4ed6053aa810 uboot-fritz4040: build with ipq40xx "generic" subtarget Fixes: 853e4dd3 ("ipqx0xx: add Generic subtarget") Ref: https://forum.openwrt.org/t/ipq40xx-snapshot-not-updated-since-22nd-august/44126 Signed-off-by: Yousong Zhou (cherry picked from commit 40e3f660c1c0f400092cce09feb8c13bec97caeb) --- diff --git a/package/boot/uboot-fritz4040/Makefile b/package/boot/uboot-fritz4040/Makefile index 29f578fe21..0744c27959 100644 --- a/package/boot/uboot-fritz4040/Makefile +++ b/package/boot/uboot-fritz4040/Makefile @@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk define U-Boot/Default BUILD_TARGET:=ipq40xx + BUILD_SUBTARGET:=generic UBOOT_BOARD:=$(1) UBOOT_IMAGE:=uboot-$(1).bin endef