diff options
-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 |