diff mbox series

[OpenWrt-Devel] toolchain: replace LEDE in help text

Message ID 20190605171030.6645-1-karlp@etactica.com
State Superseded
Headers show
Series [OpenWrt-Devel] toolchain: replace LEDE in help text | expand

Commit Message

Karl Palsson June 5, 2019, 5:10 p.m. UTC
Use generic wording.

Signed-off-by: Karl Palsson <karlp@etactica.com>
---
 toolchain/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

John Crispin June 5, 2019, 5:11 p.m. UTC | #1
On 05/06/2019 19:10, Karl Pálsson wrote:
> Use generic wording.
>
> Signed-off-by: Karl Palsson <karlp@etactica.com>
> ---
>   toolchain/Config.in | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/toolchain/Config.in b/toolchain/Config.in
> index 82dddbc209..e76e62e34f 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 buildrood will compile using the native toolchain for your

s/d/t/

     John


>   		  host instead of compiling one.
>   
>   	config TARGET_NAME
Bjørn Mork June 5, 2019, 5:13 p.m. UTC | #2
Karl Pálsson <karlp@etactica.com> writes:

> +		  If enabled, the buildrood will compile using the native toolchain for your

That's the Danish version of the buildroot?


Bjørn
diff mbox series

Patch

diff --git a/toolchain/Config.in b/toolchain/Config.in
index 82dddbc209..e76e62e34f 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 buildrood will compile using the native toolchain for your
 		  host instead of compiling one.
 
 	config TARGET_NAME