aboutsummaryrefslogtreecommitdiffstats
path: root/target/toolchain
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-05-05 19:33:03 +0200
committerDaniel Golle <daniel@makrotopia.org>2016-05-05 19:10:23 +0100
commit4e84c6cbd2f19c91ab4c1319ff8020b38d1f05a7 (patch)
tree6d702b31f7bf8a98d4f4c77f451b21884774184c /target/toolchain
parent173ac3b7cb2cd0a81c679ca4548a736852b32a13 (diff)
downloadupstream-4e84c6cbd2f19c91ab4c1319ff8020b38d1f05a7.tar.gz
upstream-4e84c6cbd2f19c91ab4c1319ff8020b38d1f05a7.tar.bz2
upstream-4e84c6cbd2f19c91ab4c1319ff8020b38d1f05a7.zip
toolchain: rename OpenWrt into LEDE
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/toolchain')
-rw-r--r--target/toolchain/Config.in6
-rw-r--r--target/toolchain/files/README.TOOLCHAIN2
2 files changed, 4 insertions, 4 deletions
diff --git a/target/toolchain/Config.in b/target/toolchain/Config.in
index 5a6ecefebb..e377c20a1b 100644
--- a/target/toolchain/Config.in
+++ b/target/toolchain/Config.in
@@ -1,8 +1,8 @@
config MAKE_TOOLCHAIN
- bool "Package the OpenWrt-based Toolchain"
+ bool "Package the LEDE-based Toolchain"
depends on !EXTERNAL_TOOLCHAIN
help
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
- 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.
diff --git a/target/toolchain/files/README.TOOLCHAIN b/target/toolchain/files/README.TOOLCHAIN
index 40bfccceb4..86b0189d35 100644
--- a/target/toolchain/files/README.TOOLCHAIN
+++ b/target/toolchain/files/README.TOOLCHAIN
@@ -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.