Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>openwrt-18.06
parent
bf5cef47b3
commit
7b5c989ab9
@ -1,10 +1,10 @@
|
||||
config SDK
|
||||
bool "Build the LEDE SDK"
|
||||
bool "Build the OpenWrt SDK"
|
||||
depends on !EXTERNAL_TOOLCHAIN
|
||||
default BUILDBOT
|
||||
help
|
||||
This is essentially a stripped-down version of the buildroot
|
||||
with a precompiled toolchain. It can be used to develop and
|
||||
test packages for LEDE before including them in the buildroot
|
||||
test packages for OpenWrt before including them in the buildroot
|
||||
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
config MAKE_TOOLCHAIN
|
||||
bool "Package the LEDE-based Toolchain"
|
||||
bool "Package the OpenWrt-based Toolchain"
|
||||
depends on !EXTERNAL_TOOLCHAIN
|
||||
help
|
||||
Package the created toolchain as a tarball under the bin/ directory as
|
||||
LEDE-Toolchain-$(BOARD)-for-$(ARCH)$(ARCH_SUFFIX)-gcc-$(GCCV)$(DIR_SUFFIX).
|
||||
OpenWrt-Toolchain-$(BOARD)-for-$(ARCH)$(ARCH_SUFFIX)-gcc-$(GCCV)$(DIR_SUFFIX).
|
||||
For example, a toolchain for the MIPS architecture might be named
|
||||
LEDE-Toolchain-malta-for-mipsel_mips32-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2.
|
||||
OpenWrt-Toolchain-malta-for-mipsel_mips32-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2.
|
||||
|
Loading…
Reference in new issue