diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-08 20:39:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-17 04:00:54 +0100 |
commit | fcb66460738ab8261d6b0ceae62c4e4ac5ffc41c (patch) | |
tree | 7840be577894ac3d9a32e89641ed86b5bdd8952b /target/config | |
parent | 2d7388bc334ddb383ae275958d746c0622e515a3 (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 'target/config')
-rw-r--r-- | target/config/Config.in.rootfs | 10 |
1 files changed, 0 insertions, 10 deletions
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 |