From 9d2d17313ccdb1e3924f5e223b3e8021603889a5 Mon Sep 17 00:00:00 2001 From: pkubaj Date: Fri, 8 Sep 2017 19:09:03 +0200 Subject: Remove support for NTFS and FAT They are not necessary for OpenBMC and just take unnecessary space. --- meta-raptor/meta-asus/recipes-kernel/linux/files/defconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-raptor/meta-asus/recipes-kernel/linux/files/defconfig b/meta-raptor/meta-asus/recipes-kernel/linux/files/defconfig index ed72c29..5543b09 100644 --- a/meta-raptor/meta-asus/recipes-kernel/linux/files/defconfig +++ b/meta-raptor/meta-asus/recipes-kernel/linux/files/defconfig @@ -1271,14 +1271,14 @@ CONFIG_GENERIC_ACL=y # # DOS/FAT/NT Filesystems # -CONFIG_FAT_FS=y -CONFIG_MSDOS_FS=y -CONFIG_VFAT_FS=y -CONFIG_FAT_DEFAULT_CODEPAGE=437 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" -CONFIG_NTFS_FS=y +#CONFIG_FAT_FS=y +#CONFIG_MSDOS_FS=y +#CONFIG_VFAT_FS=y +#CONFIG_FAT_DEFAULT_CODEPAGE=437 +#CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +#CONFIG_NTFS_FS=y # CONFIG_NTFS_DEBUG is not set -CONFIG_NTFS_RW=y +#CONFIG_NTFS_RW=y # # Pseudo filesystems -- cgit v1.1