mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[scripts] ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29782 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -308,9 +308,9 @@ print_config() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test_feature "locale"; then
|
if test_feature "locale"; then
|
||||||
echo "CONFIG_NLS=y" >> "$config"
|
echo "CONFIG_BUILD_NLS=y" >> "$config"
|
||||||
else
|
else
|
||||||
echo "# CONFIG_NLS is not set" >> "$config"
|
echo "# CONFIG_BUILD_NLS is not set" >> "$config"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "CONFIG_DEVEL=y" >> "$config"
|
echo "CONFIG_DEVEL=y" >> "$config"
|
||||||
|
|||||||
Reference in New Issue
Block a user