mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-08 07:39:54 +00:00
allow creating of ext2 filesystems
SVN-Revision: 17017
This commit is contained in:
parent
b18a60e1ac
commit
b2afb336a2
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user