projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ppc40x] allow creating of ext2 filesystems
[openwrt.git]
/
target
/
linux
/
ppc40x
/
image
/
Makefile
diff --git
a/target/linux/ppc40x/image/Makefile
b/target/linux/ppc40x/image/Makefile
index
d9586dd
..
3afeeca
100644
(file)
--- a/
target/linux/ppc40x/image/Makefile
+++ b/
target/linux/ppc40x/image/Makefile
@@
-22,6
+22,10
@@
define Image/Build
$(call Image/Build/$(1),$(1))
endef
+define Image/Build/ext2
+ cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-ext2.img
+endef
+
define Image/Build/jffs2-128k
( \
dd if=$(LINUX_DIR)/arch/powerpc/boot/uImage bs=1920k conv=sync; \
This page took
0.029859 seconds
and
4
git commands to generate.