projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d4c89c
)
fixes u-boot compile in clean tree
author
John Crispin
<john@openwrt.org>
Tue, 13 May 2008 10:03:15 +0000
(10:03 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 13 May 2008 10:03:15 +0000
(10:03 +0000)
SVN-Revision: 11133
target/linux/ifxmips/image/u-boot/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ifxmips/image/u-boot/Makefile
b/target/linux/ifxmips/image/u-boot/Makefile
index c92a1a3c5bdd6b20a9a5549fda02da9e80e20315..e01bb016cd21e06e74d68f6240e5300659b4b70b 100644
(file)
--- a/
target/linux/ifxmips/image/u-boot/Makefile
+++ b/
target/linux/ifxmips/image/u-boot/Makefile
@@
-26,6
+26,7
@@
define Build/Compile
endef
define Build/InstallDev
+ mkdir -p $(BIN_DIR)
dd if=$(PKG_BUILD_DIR)/u-boot.ifx of=$(BIN_DIR)/u-boot.ifx bs=64k conv=sync
endef