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 -> á]
This commit is contained in:
parent
86b6d31e6e
commit
3b36aae9d5
|
@ -42,7 +42,7 @@ menuconfig EXTERNAL_TOOLCHAIN
|
||||||
bool
|
bool
|
||||||
prompt "Use external toolchain" if DEVEL
|
prompt "Use external toolchain" if DEVEL
|
||||||
help
|
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.
|
compiling one.
|
||||||
|
|
||||||
config NATIVE_TOOLCHAIN
|
config NATIVE_TOOLCHAIN
|
||||||
|
@ -51,7 +51,7 @@ menuconfig EXTERNAL_TOOLCHAIN
|
||||||
depends on EXTERNAL_TOOLCHAIN
|
depends on EXTERNAL_TOOLCHAIN
|
||||||
select NO_STRIP
|
select NO_STRIP
|
||||||
help
|
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.
|
host instead of compiling one.
|
||||||
|
|
||||||
config TARGET_NAME
|
config TARGET_NAME
|
||||||
|
|
Loading…
Reference in New Issue