projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b381944
)
packages: uboot-mxs: do no modify the U-Boot image, copy as-is
author
Zoltan Herpai
<wigyori@uid0.hu>
Mon, 21 Sep 2015 21:03:37 +0000
(21:03 +0000)
committer
Zoltan Herpai
<wigyori@uid0.hu>
Mon, 21 Sep 2015 21:03:37 +0000
(21:03 +0000)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 47017
package/boot/uboot-mxs/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-mxs/Makefile
b/package/boot/uboot-mxs/Makefile
index a6a137ce434d92a964b723e8918fedd67fdb8d54..eee73d27b42ee1927385036145577fee33907999 100644
(file)
--- a/
package/boot/uboot-mxs/Makefile
+++ b/
package/boot/uboot-mxs/Makefile
@@
-77,7
+77,7
@@
endef
define Package/uboot/install/default
$(INSTALL_DIR) $(BIN_DIR)/uboot-$(BOARD)-$(1)
- dd if=$(PKG_BUILD_DIR)/u-boot.sb of=$(BIN_DIR)/uboot-$(BOARD)-$(1)/uboot-$(BOARD)-$(1).sb bs=512 seek=4
+ $(CP) $(PKG_BUILD_DIR)/u-boot.sb $(BIN_DIR)/uboot-$(BOARD)-$(1)/uboot-$(BOARD)-$(1).sb
endef
define Package/uboot/install/template