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/linux/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/linux/config')
-rw-r--r-- | target/linux/config/Config.in.debug | 1 | ||||
-rw-r--r-- | target/linux/config/Config.in.fs | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index f68efc97a..9c2d6701b 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -109,7 +109,6 @@ config ADK_KERNEL_DEBUG_WITH_KGDB select ADK_KERNEL_FRAME_POINTER depends on ADK_TARGET_ROOTFS_NFSROOT || \ ADK_TARGET_ROOTFS_ARCHIVE || \ - ADK_TARGET_ROOTFS_YAFFS || \ ADK_TARGET_ROOTFS_INITRAMFS || \ ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK default n diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index b6226fc19..36422c1e9 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -39,15 +39,6 @@ config ADK_KERNEL_JBD2 select ADK_KERNEL_CRYPTO select ADK_KERNEL_CRYPTO_CRC32C -config ADK_KERNEL_YAFFS_YAFFS1 - bool - -config ADK_KERNEL_YAFFS_YAFFS2 - bool - -config ADK_KERNEL_YAFFS_AUTO_YAFFS2 - bool - config ADK_KERNEL_EXT3_FS_XATTR bool @@ -254,18 +245,6 @@ config ADK_KERNEL_SQUASHFS help Squashfs compressed read-only filesystem -config ADK_KERNEL_YAFFS_FS - tristate "YAFFS2 filesystem" - select ADK_KERNEL_MISC_FILESYSTEMS - select ADK_KERNEL_MTD - select ADK_KERNEL_MTD_BLOCK - select ADK_KERNEL_YAFFS_YAFFS1 - select ADK_KERNEL_YAFFS_YAFFS2 - select ADK_KERNEL_YAFFS_AUTO_YAFFS2 - depends on ADK_TARGET_WITH_NAND - help - YAFFS2 filesystem for NAND devices - config ADK_KERNEL_MTD_UBI_GLUEBI bool |