projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3ffb0e
)
tools: Build gnu date for u-boot build
author
Hauke Mehrtens
<
[email protected]
>
Sat, 7 Sep 2019 23:10:45 +0000
(
01:10
+0200)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 12 Oct 2019 15:14:15 +0000
(17:14 +0200)
u-boot needs the gnu date tool and doe snot work with the bsd date tool.
Make the mkimage(u-boot) depend on coreutils on non Linux systems.
Signed-off-by: Hauke Mehrtens <
[email protected]
>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index a161154b806b10a20c9ac220e85595918c3a32f1..0e3f98cab93e10861338f5ce1f6212806899a4ba 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-81,6
+81,7
@@
$(curdir)/cbootimage/compile += $(curdir)/automake/compile
ifneq ($(HOST_OS),Linux)
$(curdir)/squashfskit4/compile += $(curdir)/coreutils/compile
+ $(curdir)/mkimage/compile += $(curdir)/coreutils/compile
tools-y += coreutils
endif