mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS
SVN-Revision: 29782
This commit is contained in:
parent
ee62b0d751
commit
fe60046a26
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user