projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7d3bbb
)
uboot-kirkwood: build with kirkwood generic subtarget
author
Kuan-Yi Li
<kyli@abysm.org>
Sat, 24 Dec 2022 20:05:03 +0000
(
04:05
+0800)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Sun, 25 Dec 2022 10:55:52 +0000
(11:55 +0100)
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>
package/boot/uboot-kirkwood/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-kirkwood/Makefile
b/package/boot/uboot-kirkwood/Makefile
index d9cb10ce13affd100f71f81c7bc8389d9ee090a4..320d14bfa86784c2e94e6e1e8e1445cc76080a7e 100644
(file)
--- 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