diff mbox series

[cip-kernel-config] ipc227e: Add missing options to mount fat

Message ID 20200625132325.16774-1-Quirin.Gylstorff@siemens.com (mailing list archive)
State Accepted
Headers show
Series [cip-kernel-config] ipc227e: Add missing options to mount fat | expand

Commit Message

Quirin Gylstorff June 25, 2020, 1:23 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

To install a swupdate package into a system with a A/B partition
scheme and EFI it is necessary to access a FAT partition.

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 4.19.y-cip/x86/siemens_ipc227e_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Nobuhiro Iwamatsu June 29, 2020, 6:06 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Quirin Gylstorff
> Sent: Thursday, June 25, 2020 10:23 PM
> To: cip-dev@lists.cip-project.org; Jan.Kiszka@siemens.com
> Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> Subject: [cip-dev] [cip-kernel-config PATCH] ipc227e: Add missing options to mount fat
> 
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> To install a swupdate package into a system with a A/B partition
> scheme and EFI it is necessary to access a FAT partition.
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
>  4.19.y-cip/x86/siemens_ipc227e_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)

Applied, thanks.

Nobuhiro


> 
> diff --git a/4.19.y-cip/x86/siemens_ipc227e_defconfig b/4.19.y-cip/x86/siemens_ipc227e_defconfig
> index 0bbd649..273d20e 100644
> --- a/4.19.y-cip/x86/siemens_ipc227e_defconfig
> +++ b/4.19.y-cip/x86/siemens_ipc227e_defconfig
> @@ -404,6 +404,10 @@ CONFIG_NFSD=y
>  CONFIG_NFSD_V3_ACL=y
>  CONFIG_NFSD_V4=y
>  CONFIG_NLS_DEFAULT="utf8"
> +CONFIG_NLS_ASCII=y
> +CONFIG_NLS_CODEPAGE_437=y
> +CONFIG_NLS_ISO8859_1=y
> +CONFIG_NLS_UTF8=y
>  CONFIG_PERSISTENT_KEYRINGS=y
>  CONFIG_ENCRYPTED_KEYS=m
>  CONFIG_SECURITY_DMESG_RESTRICT=y
> --
> 2.20.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#4846): https://lists.cip-project.org/g/cip-dev/message/4846
Mute This Topic: https://lists.cip-project.org/mt/75102506/4520428
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129116/1171672734/xyzzy  [patchwork-cip-dev@patchwork.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-
diff mbox series

Patch

diff --git a/4.19.y-cip/x86/siemens_ipc227e_defconfig b/4.19.y-cip/x86/siemens_ipc227e_defconfig
index 0bbd649..273d20e 100644
--- a/4.19.y-cip/x86/siemens_ipc227e_defconfig
+++ b/4.19.y-cip/x86/siemens_ipc227e_defconfig
@@ -404,6 +404,10 @@  CONFIG_NFSD=y
 CONFIG_NFSD_V3_ACL=y
 CONFIG_NFSD_V4=y
 CONFIG_NLS_DEFAULT="utf8"
+CONFIG_NLS_ASCII=y
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ISO8859_1=y
+CONFIG_NLS_UTF8=y
 CONFIG_PERSISTENT_KEYRINGS=y
 CONFIG_ENCRYPTED_KEYS=m
 CONFIG_SECURITY_DMESG_RESTRICT=y