From fcb66460738ab8261d6b0ceae62c4e4ac5ffc41c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 8 Mar 2017 20:39:02 +0100 Subject: 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. --- target/config/Config.in.rootfs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'target/config') diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index 335a4547f..920cd75e3 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -77,16 +77,6 @@ config ADK_TARGET_ROOTFS_JFFS2 help compressed read-write filesystem for MTD flash systems. -config ADK_TARGET_ROOTFS_YAFFS - bool "YAFFS2 root filesystem (NAND)" - select ADK_KERNEL_MISC_FILESYSTEMS - select ADK_KERNEL_YAFFS_FS - select ADK_KERNEL_YAFFS_YAFFS2 - select ADK_KERNEL_YAFFS_AUTO_YAFFS2 - depends on ADK_TARGET_WITH_NAND - help - Root filesystem on NAND flash with YAFFS2. - config ADK_TARGET_ROOTFS_UBIFS bool "UBIFS root filesystem (NAND)" select ADK_KERNEL_UBIFS_FS -- cgit v1.2.3