aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2019-09-06 08:29:50 +0000
committerJo-Philipp Wich <jo@mein.io>2019-11-03 22:26:07 +0100
commit22c443c20cab4760b201ccd9995a4ed6053aa810 (patch)
tree8fc5882833fa6b04f06832f3bc8e625b4f22ac4b
parent7407e72399179a185c548c55aaa61a44af497f3f (diff)
downloadupstream-22c443c20cab4760b201ccd9995a4ed6053aa810.tar.gz
upstream-22c443c20cab4760b201ccd9995a4ed6053aa810.tar.bz2
upstream-22c443c20cab4760b201ccd9995a4ed6053aa810.zip
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 <yszhou4tech@gmail.com> (cherry picked from commit 40e3f660c1c0f400092cce09feb8c13bec97caeb)
-rw-r--r--package/boot/uboot-fritz4040/Makefile1
1 files changed, 1 insertions, 0 deletions
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