From 3b36aae9d5ec06d2e849212a70e3c8350a3b60b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20P=C3=A1lsson?= Date: Wed, 5 Jun 2019 17:16:52 +0000 Subject: [PATCH] toolchain: replace LEDE in help text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use generic wording. Signed-off-by: Karl Pálsson Signed-off-by: Christian Lamparter [fixed a -> á] --- toolchain/Config.in | 4 ++-- 1 file 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