Use UTF-8 as default native language support (NLS) (#2450)

This makes sure that CIFS/SMB are mounted with the UTF-8 character set
by default on all boards.
This commit is contained in:
Stefan Agner 2023-04-06 00:24:02 +02:00
parent 34cf188f58
commit aec4c0b8d2
No known key found for this signature in database
GPG Key ID: 22D95D15D3A36E95

View File

@ -164,3 +164,10 @@ CONFIG_WIREGUARD=m
CONFIG_HID=m CONFIG_HID=m
CONFIG_HIDRAW=y CONFIG_HIDRAW=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_UTF8=y