X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8270d590f1e3dbcb49591a551a4d9bda4b2d84a3..fa5eb96b1733cdc7cabb9e0de95efb35c207863e:/scripts/ext-toolchain.sh?ds=sidebyside diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh index 616b54f21..257e0d8e8 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"