Commit 53bd1646 authored by zhanchengbin's avatar zhanchengbin
Browse files

configs: change the value of NLS_CODEPAGE_437 from m to y

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I5JMOU


CVE: NA

--------------------------------

if the NLS_CODEPAGE_437.ko does not exist in the bootrom system, but the
vfat filesystem depends on the NLS_CODEPAGE_437 module, the /boot/efi fails
to be mounted.
Change the value of NLS_CODEPAGE_437 from m to y in arch/arm64/configs
/openeuler_defconfig and arch/x86/configs/openeuler_defconfig.

Signed-off-by: default avatarzhanchengbin <zhanchengbin1@huawei.com>
parent f1cfb617
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6413,7 +6413,7 @@ CONFIG_9P_FS_SECURITY=y
CONFIG_EULER_FS=m
CONFIG_EULER_FS=m
CONFIG_NLS=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_850=m
+1 −1
Original line number Original line Diff line number Diff line
@@ -7499,7 +7499,7 @@ CONFIG_CIFS_DFS_UPCALL=y
CONFIG_EULER_FS=m
CONFIG_EULER_FS=m
CONFIG_NLS=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_850=m