Skip to content
Snippets Groups Projects
Commit b2afb336 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

allow creating of ext2 filesystems

SVN-Revision: 17017
parent b18a60e1
No related branches found
No related tags found
No related merge requests found
......@@ -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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment