diff options
author | pkubaj <pkubaj@users.noreply.github.com> | 2017-09-08 19:09:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 19:09:03 +0200 |
commit | 9d2d17313ccdb1e3924f5e223b3e8021603889a5 (patch) | |
tree | cfc5bd587315c83ac07541e97ae7b9b8f7ceabd9 | |
parent | 6f0a23f2489104580db1bb2a14aa3dfa47a97ed0 (diff) | |
download | ast2050-yocto-openbmc-9d2d17313ccdb1e3924f5e223b3e8021603889a5.zip ast2050-yocto-openbmc-9d2d17313ccdb1e3924f5e223b3e8021603889a5.tar.gz |
Remove support for NTFS and FAT
They are not necessary for OpenBMC and just take unnecessary space.
-rw-r--r-- | meta-raptor/meta-asus/recipes-kernel/linux/files/defconfig | 14 |
1 files 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 |