diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-30 08:30:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-31 08:37:38 +0200 |
commit | d15082d86459dffcbde8313a26522355eafa9a53 (patch) | |
tree | bc8a14dc393c2a395b315b98c42ec13a35a1d87d | |
parent | 6390e28aa776c2a0867defe767b55b00da1fa698 (diff) |
disable nls
-rw-r--r-- | target/linux/config/Config.in.fsnet | 1 | ||||
-rw-r--r-- | target/linux/config/Config.in.nls | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.fsnet b/target/linux/config/Config.in.fsnet index a64c1aaa8..ad91da1e3 100644 --- a/target/linux/config/Config.in.fsnet +++ b/target/linux/config/Config.in.fsnet @@ -15,6 +15,7 @@ config ADK_KERNEL_CIFS select ADK_KERNEL_CRYPTO_ECB select ADK_KERNEL_CRYPTO_DES select ADK_KERNEL_CRYPTO_SHA256 + select ADK_KERNEL_NLS_UTF8 default m if ADK_PACKAGE_CIFS_UTILS default n help diff --git a/target/linux/config/Config.in.nls b/target/linux/config/Config.in.nls index 49696fee7..52dcc8071 100644 --- a/target/linux/config/Config.in.nls +++ b/target/linux/config/Config.in.nls @@ -321,7 +321,7 @@ config ADK_KERNEL_NLS_ASCII config ADK_KERNEL_NLS_ISO8859_1 prompt "NLS ISO 8859-1 (Latin-1; Western European Languages)" tristate - default m + default n help If you want to display filenames with native language characters from the Microsoft FAT file system family or from JOLIET CD-ROMs @@ -495,7 +495,7 @@ config ADK_KERNEL_NLS_KOI8_U config ADK_KERNEL_NLS_UTF8 prompt "NLS UTF8" tristate - default m + default n help If you want to display filenames with native language characters from the Microsoft FAT file system family or from JOLIET CD-ROMs |