projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6802802
)
generate squashfs images
author
Imre Kaloz
<kaloz@openwrt.org>
Mon, 1 Jun 2009 18:08:39 +0000
(18:08 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Mon, 1 Jun 2009 18:08:39 +0000
(18:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16268
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/gemini/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/gemini/image/Makefile
b/target/linux/gemini/image/Makefile
index
fc69ffc
..
add004e
100644
(file)
--- a/
target/linux/gemini/image/Makefile
+++ b/
target/linux/gemini/image/Makefile
@@
-29,6
+29,7
@@
endef
define Image/Build/squashfs
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
+ dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-$(1).img bs=128k conv=sync
endef
define Image/Build