Unverified Commit d8dfe441 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!54 configs: change the value of NLS_CODEPAGE_437 from m to y

Merge Pull Request from: @hifi521 
 
#I5JMOU 
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. 
 
Link:https://gitee.com/openeuler/kernel/pulls/54

 
Reviewed-by: default avatarLiu Chao <liuchao173@huawei.com>
Signed-off-by: default avatarXie XiuQi <xiexiuqi@huawei.com>
parents 03e3dd19 53bd1646
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6421,7 +6421,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
@@ -7503,7 +7503,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