From d1a3f749982bc1a152551724c50f02a194219fe4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Jun 2014 10:00:58 +0200 Subject: be consistent, do not use - in rootfs names --- mk/rootfs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/rootfs.mk b/mk/rootfs.mk index 29b2a9d60..d2ae88320 100644 --- a/mk/rootfs.mk +++ b/mk/rootfs.mk @@ -49,8 +49,8 @@ endif $(eval $(call rootfs_template,usb,USB,$(USB))) $(eval $(call rootfs_template,archive,ARCHIVE,$(ROOTFS))) $(eval $(call rootfs_template,initramfs,INITRAMFS,rootfstype=tmpfs)) -$(eval $(call rootfs_template,initramfs-piggyback,INITRAMFS_PIGGYBACK,rootfstype=tmpfs)) -$(eval $(call rootfs_template,initramfs-archive,INITRAMFS_ARCHIVE,rootfstype=tmpfs)) +$(eval $(call rootfs_template,initramfspiggyback,INITRAMFSPIGGYBACK,rootfstype=tmpfs)) +$(eval $(call rootfs_template,initramfsarchive,INITRAMFSARCHIVE,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