Browse Source

ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS

SVN-Revision: 29782
Jo-Philipp Wich 13 years ago
parent
commit
fe60046a26
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/ext-toolchain.sh

+ 2 - 2
scripts/ext-toolchain.sh

@@ -308,9 +308,9 @@ print_config() {
 	fi
 
 	if test_feature "locale"; then
-		echo "CONFIG_NLS=y" >> "$config"
+		echo "CONFIG_BUILD_NLS=y" >> "$config"
 	else
-		echo "# CONFIG_NLS is not set" >> "$config"
+		echo "# CONFIG_BUILD_NLS is not set" >> "$config"
 	fi
 
 	echo "CONFIG_DEVEL=y" >> "$config"