Skip to content

functions: add nls_ascii to fat quirks

Created by: nl6720

All Arch Linux's officially supported kernels changed from CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" to CONFIG_FAT_DEFAULT_IOCHARSET="ascii":

Although currently Arch kernels have CONFIG_NLS_ASCII=y, since it's a tristate option, it's better to add it just in case.


I'm not sure if add_module "nls_iso8859-1?" should be kept to support kernels built with CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" or support for them is irrelevant and it can be removed.

Merge request reports