From f3f9ab1042341ad30eeff67b9fb3acdb7d98c70c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 12 Apr 2014 22:37:58 +0200 Subject: use tmpfs instead of ramfs for initramfs filesystems --- mk/rootfs.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mk/rootfs.mk') diff --git a/mk/rootfs.mk b/mk/rootfs.mk index dae0e5805..3c434b038 100644 --- a/mk/rootfs.mk +++ b/mk/rootfs.mk @@ -44,9 +44,9 @@ endif $(eval $(call rootfs_template,usb,USB,$(USB))) $(eval $(call rootfs_template,archive,ARCHIVE,$(ROOTFS))) -$(eval $(call rootfs_template,initramfsarchive,INITRAMFSARCHIVE)) -$(eval $(call rootfs_template,initramfs,INITRAMFS)) -$(eval $(call rootfs_template,initramfs-piggyback,INITRAMFS_PIGGYBACK)) +$(eval $(call rootfs_template,initramfsarchive,INITRAMFSARCHIVE,rootfstype=tmpfs)) +$(eval $(call rootfs_template,initramfs,INITRAMFS,rootfstype=tmpfs)) +$(eval $(call rootfs_template,initramfs-piggyback,INITRAMFS_PIGGYBACK,rootfstype=tmpfs)) $(eval $(call rootfs_template,squashfs,SQUASHFS,$(MTDDEV) rootfstype=squashfs)) $(eval $(call rootfs_template,yaffs,YAFFS,$(MTDDEV) panic=3)) $(eval $(call rootfs_template,jffs2,JFFS2,$(MTDDEV) rootfstype=jffs2)) -- cgit v1.2.3