From dde7c0ddb183d5188d440dd9ef129557cf3564cc Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 26 Jul 2009 16:15:26 +0000 Subject: [ppc40x] allow creating of ext2 filesystems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17017 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ppc40x/image/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ppc40x/image') diff --git a/target/linux/ppc40x/image/Makefile b/target/linux/ppc40x/image/Makefile index d9586dd15..3afeeca4a 100644 --- 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; \ -- cgit v1.2.3