diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-17 17:01:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-17 17:01:32 +0100 |
commit | 081a0d8a8e175d92b4f0d86466f2ec68537bb868 (patch) | |
tree | 17ac38db27ed803b8c9c7128ecf6122e33cea944 /target/arm | |
parent | 3cd4a03f27da57d2317c5b285cf8ad1990bcdac2 (diff) |
fix vfat support, use correct codepage and iocharset
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/kernel.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/kernel.config b/target/arm/kernel.config index a702c270f..e477fcfb8 100644 --- a/target/arm/kernel.config +++ b/target/arm/kernel.config @@ -808,7 +808,7 @@ CONFIG_TMPFS=y # CONFIG_MISC_FILESYSTEMS is not set # CONFIG_NETWORK_FILESYSTEMS is not set CONFIG_NLS=m -CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_CODEPAGE_437 is not set # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set |