Skip to content
Snippets Groups Projects
Commit 734e3309 authored by jow's avatar jow
Browse files

[scripts] ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29782 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 8270d590
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment