aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ext-toolchain.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-01-19 00:03:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-01-19 00:03:52 +0000
commitfe60046a26160d8629f660928fb32365c37cdb3d (patch)
tree80187e8d6aa8ec19b45379b0bce71d832c23808f /scripts/ext-toolchain.sh
parentee62b0d75163567b5eefa63871a33d4882eb6fd5 (diff)
downloadupstream-fe60046a26160d8629f660928fb32365c37cdb3d.tar.gz
upstream-fe60046a26160d8629f660928fb32365c37cdb3d.tar.bz2
upstream-fe60046a26160d8629f660928fb32365c37cdb3d.zip
ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS
SVN-Revision: 29782
Diffstat (limited to 'scripts/ext-toolchain.sh')
-rwxr-xr-xscripts/ext-toolchain.sh4
1 files changed, 2 insertions, 2 deletions
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"