projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[scripts] ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS
[openwrt.git]
/
scripts
/
ext-toolchain.sh
diff --git
a/scripts/ext-toolchain.sh
b/scripts/ext-toolchain.sh
index
616b54f
..
257e0d8
100755
(executable)
--- a/
scripts/ext-toolchain.sh
+++ b/
scripts/ext-toolchain.sh
@@
-308,9
+308,9
@@
print_config() {
fi
if test_feature "locale"; then
fi
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
echo "CONFIG_DEVEL=y" >> "$config"
fi
echo "CONFIG_DEVEL=y" >> "$config"
This page took
0.017427 seconds
and
4
git commands to generate.