From: Jo-Philipp Wich Date: Thu, 19 Jan 2012 00:03:52 +0000 (+0000) Subject: [scripts] ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=c071f2b90b52277a4fa4b21f274f44860f05dc71;p=15.05%2Fopenwrt.git [scripts] ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29782 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh index 616b54f21f..257e0d8e82 100755 --- a/scripts/ext-toolchain.sh +++ b/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"