ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS
[openwrt/openwrt.git] / scripts / ext-toolchain.sh
index 616b54f21f04c808307d098dd508cec371558c17..257e0d8e82cade034e6771120ea31709460a3b2c 100755 (executable)
@@ -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"