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:
c7eb551
)
[ifxmips] Also build jffs2 images with 128k eraseblock size, signed off by Ithamar...
author
John Crispin
<blogic@openwrt.org>
Thu, 18 Mar 2010 11:20:35 +0000
(11:20 +0000)
committer
John Crispin
<blogic@openwrt.org>
Thu, 18 Mar 2010 11:20:35 +0000
(11:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20267
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ifxmips/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ifxmips/image/Makefile
b/target/linux/ifxmips/image/Makefile
index
15e0bc5
..
ac887c4
100644
(file)
--- a/
target/linux/ifxmips/image/Makefile
+++ b/
target/linux/ifxmips/image/Makefile
@@
-27,6
+27,11
@@
define Image/Build/jffs2-64k
cat $(KDIR)/uImage.$(1) $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(1).image
endef
+define Image/Build/jffs2-128k
+ dd if=$(KDIR)/uImage of=$(KDIR)/uImage.$(1) bs=128k conv=sync
+ cat $(KDIR)/uImage.$(1) $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(1).image
+endef
+
define Image/Build
$(call Image/Build/$(1),$(1))
endef