diff options
author | Karl Pálsson <karlp@etactica.com> | 2019-06-05 17:16:52 +0000 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-06-10 11:31:52 +0200 |
commit | 3b36aae9d5ec06d2e849212a70e3c8350a3b60b5 (patch) | |
tree | d4d2cba330b2abafd8a9eb6b0ae2687344528f46 | |
parent | 86b6d31e6e02eb6cdaf51102b05ddc4b9b50bb06 (diff) | |
download | upstream-3b36aae9d5ec06d2e849212a70e3c8350a3b60b5.tar.gz upstream-3b36aae9d5ec06d2e849212a70e3c8350a3b60b5.tar.bz2 upstream-3b36aae9d5ec06d2e849212a70e3c8350a3b60b5.zip |
toolchain: replace LEDE in help text
Use generic wording.
Signed-off-by: Karl Pálsson <karlp@etactica.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [fixed a -> á]
-rw-r--r-- | toolchain/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 82dddbc209..95087b7078 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -42,7 +42,7 @@ menuconfig EXTERNAL_TOOLCHAIN bool prompt "Use external toolchain" if DEVEL help - If enabled, LEDE will compile using an existing toolchain instead of + If enabled, the buildroot will compile using an existing toolchain instead of compiling one. config NATIVE_TOOLCHAIN @@ -51,7 +51,7 @@ menuconfig EXTERNAL_TOOLCHAIN depends on EXTERNAL_TOOLCHAIN select NO_STRIP help - If enabled, LEDE will compile using the native toolchain for your + If enabled, the buildroot will compile using the native toolchain for your host instead of compiling one. config TARGET_NAME |