linux: Enable CONFIG_UNICODE to support casefold
Required to mount filesystems with casefold enabled. Fixes #109432
This commit is contained in:
parent
e9c39c7b73
commit
662e3b88ae
@ -416,6 +416,8 @@ let
|
||||
NLS_ISO8859_1 = module; # VFAT default for the iocharset= mount option
|
||||
|
||||
DEVTMPFS = yes;
|
||||
|
||||
UNICODE = whenAtLeast "5.2" yes; # Casefolding support for filesystems
|
||||
};
|
||||
|
||||
security = {
|
||||
|
Loading…
Reference in New Issue
Block a user