toolchain: replace LEDE in help text
authorKarl Pálsson <karlp@etactica.com>
Wed, 5 Jun 2019 17:16:52 +0000 (17:16 +0000)
committerChristian Lamparter <chunkeey@gmail.com>
Mon, 10 Jun 2019 09:31:52 +0000 (11:31 +0200)
Use generic wording.

Signed-off-by: Karl Pálsson <karlp@etactica.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [fixed a -> á]
toolchain/Config.in

index 82dddbc20963e81d00c067cd8eb621ec40760da3..95087b7078bbe22a838a51ef841cb2d00e5c96bc 100644 (file)
@@ -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