VFAT_FS defaults to codepage 437 and iso8559-1, but doesn't enable the NLS support, so have the feature do it.
Signed-off-by: Tom Zanussi <[email protected]> --- cfg/fs/vfat.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cfg/fs/vfat.cfg b/cfg/fs/vfat.cfg index 18979aa..f0da6af 100644 --- a/cfg/fs/vfat.cfg +++ b/cfg/fs/vfat.cfg @@ -1,2 +1,5 @@ CONFIG_VFAT_FS=y +# VFAT_FS selects these as the default, so they should be enabled +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_ISO8859_1=y -- 1.9.3 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
