toolchain: rename OpenWrt into LEDE
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
parent
173ac3b7cb
commit
4e84c6cbd2
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
config MAKE_TOOLCHAIN
|
config MAKE_TOOLCHAIN
|
||||||
bool "Package the OpenWrt-based Toolchain"
|
bool "Package the LEDE-based Toolchain"
|
||||||
depends on !EXTERNAL_TOOLCHAIN
|
depends on !EXTERNAL_TOOLCHAIN
|
||||||
help
|
help
|
||||||
Package the created toolchain as a tarball under the bin/ directory as
|
Package the created toolchain as a tarball under the bin/ directory as
|
||||||
OpenWrt-Toolchain-$(BOARD)-for-$(ARCH)$(ARCH_SUFFIX)-gcc-$(GCCV)$(DIR_SUFFIX).
|
LEDE-Toolchain-$(BOARD)-for-$(ARCH)$(ARCH_SUFFIX)-gcc-$(GCCV)$(DIR_SUFFIX).
|
||||||
For example, a toolchain for the MIPS architecture might be named
|
For example, a toolchain for the MIPS architecture might be named
|
||||||
OpenWrt-Toolchain-malta-for-mipsel_mips32-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2.
|
LEDE-Toolchain-malta-for-mipsel_mips32-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
This is the OpenWrt SDK. It contains just the toolchain created
|
This is the LEDE SDK. It contains just the toolchain created
|
||||||
by buildroot.
|
by buildroot.
|
||||||
|
|
Loading…
Reference in a new issue