diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-09-06 08:29:50 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-09-06 08:33:30 +0000 |
commit | 40e3f660c1c0f400092cce09feb8c13bec97caeb (patch) | |
tree | 168bff78e51622c7144fe4cd73ce790e565d510e | |
parent | 641f6b6c26cb9ab5e1198810015e5f4b2b5b34ad (diff) | |
download | upstream-40e3f660c1c0f400092cce09feb8c13bec97caeb.tar.gz upstream-40e3f660c1c0f400092cce09feb8c13bec97caeb.tar.bz2 upstream-40e3f660c1c0f400092cce09feb8c13bec97caeb.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>
-rw-r--r-- | package/boot/uboot-fritz4040/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-fritz4040/Makefile b/package/boot/uboot-fritz4040/Makefile index df9c685c95..7deaf45dea 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 |