1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 05:18:14 +02:00

ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS

SVN-Revision: 29782
This commit is contained in:
Jo-Philipp Wich 2012-01-19 00:03:52 +00:00
parent ee62b0d751
commit fe60046a26

@ -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"