summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-08 10:00:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-08 10:00:58 +0200
commitd1a3f749982bc1a152551724c50f02a194219fe4 (patch)
tree49f1f17b14e505d617b616e1b63d1dbbd51a0b07 /mk
parentbd8b249679a8250f7f086bde5f187dd9af81beca (diff)
be consistent, do not use - in rootfs names
Diffstat (limited to 'mk')
-rw-r--r--mk/rootfs.mk4
1 files changed, 2 insertions, 2 deletions
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))