diff options
author | Kuan-Yi Li <kyli@abysm.org> | 2022-12-25 04:05:03 +0800 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-25 11:55:52 +0100 |
commit | 5c85c1f344c649c7dbd11046b6a412b88e0db5d9 (patch) | |
tree | a79046f9f1173a91725bb352ebd1a0d2647cfe68 /package/boot/uboot-kirkwood/Makefile | |
parent | c7d3bbb909bdcccd4f26f18b18cc1cb00500a874 (diff) | |
download | upstream-5c85c1f344c649c7dbd11046b6a412b88e0db5d9.tar.gz upstream-5c85c1f344c649c7dbd11046b6a412b88e0db5d9.tar.bz2 upstream-5c85c1f344c649c7dbd11046b6a412b88e0db5d9.zip |
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 <kyli@abysm.org>
[ add commit description ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |