Browse Source

disable nls

Waldemar Brodkorb 10 years ago
parent
commit
d15082d864
2 changed files with 3 additions and 2 deletions
  1. 1 0
      target/linux/config/Config.in.fsnet
  2. 2 2
      target/linux/config/Config.in.nls

+ 1 - 0
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

+ 2 - 2
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