Message ID | 1406984790-16994-1-git-send-email-libv@skynet.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi On Sat, Aug 02, 2014 at 03:06:30PM +0200, Luc Verhaegen wrote: > Otherwise CONFIG_VFAT_FS is useless as mounting vfat fails. > > Signed-off-by: Luc Verhaegen <libv@skynet.be> Queued for 3.18. Since we're pretty much at the beginning of the merge window, I'll publish the branch whenever -rc1 will be out in order to avoid rebasing. Thanks! Maxime
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 7209bfd..4532059 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -103,5 +103,7 @@ CONFIG_NFS_FS=y CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_ISO8859_1=y CONFIG_PRINTK_TIME=y CONFIG_DEBUG_FS=y
Otherwise CONFIG_VFAT_FS is useless as mounting vfat fails. Signed-off-by: Luc Verhaegen <libv@skynet.be> --- arch/arm/configs/sunxi_defconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)