summaryrefslogtreecommitdiff
path: root/mk/rootfs.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-08 20:39:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-17 04:00:54 +0100
commitfcb66460738ab8261d6b0ceae62c4e4ac5ffc41c (patch)
tree7840be577894ac3d9a32e89641ed86b5bdd8952b /mk/rootfs.mk
parent2d7388bc334ddb383ae275958d746c0622e515a3 (diff)
drop yaffs2 support
Yaffs2 is not upstream and does not work with newer 4.x Linux kernels. We like to switch to UBIFS for any embedded devices with NAND. Routerboards can be used with some application, which generates a YAFFS2 image including a Linux kernel, without any YAFFS2 filesystem support in the kernel on the host or target.
Diffstat (limited to 'mk/rootfs.mk')
-rw-r--r--mk/rootfs.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 154896036..d4d2e0f04 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -57,7 +57,6 @@ $(eval $(call rootfs_template,initramfs,INITRAMFS,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)))
$(eval $(call rootfs_template,ubifs,UBIFS,ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs))
$(eval $(call rootfs_template,jffs2,JFFS2,$(MTDDEV) rootfstype=jffs2))
$(eval $(call rootfs_template,nfsroot,NFSROOT,root=/dev/nfs ip=dhcp))