projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pxcab: remove 2.6.31 config
[openwrt.git]
/
target
/
linux
/
ifxmips
/
image
/
Makefile
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
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
define Image/Build
$(call Image/Build/$(1),$(1))
endef
This page took
0.02272 seconds
and
4
git commands to generate.