X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d89596d6e58851f9d770cf052870092fb91a3600..fa5eb96b1733cdc7cabb9e0de95efb35c207863e:/scripts/ext-toolchain.sh diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh index a53e5dcea..257e0d8e8 100755 --- a/scripts/ext-toolchain.sh +++ b/scripts/ext-toolchain.sh @@ -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" @@ -520,8 +520,7 @@ while [ -n "$1" ]; do echo -e " $me --toolchain {directory} --config {target}" >&2 echo -e " Analyze the given toolchain and print a suitable" >&2 echo -e " .config for the given target. Omit target " >&2 - echo -e " argument to get a list of names." >&2 - echo -e " suitable to prime .config with.\n" >&2 + echo -e " argument to get a list of names.\n" >&2 echo -e " $me --help" >&2 echo -e " Display this help text and exit.\n\n" >&2 echo -e " Most commands also take a --cflags parameter which " >&2