Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -6,32 +6,34 @@ config BR2_PACKAGE_SWUPDATE
select BR2_PACKAGE_LIBCONFIG if !BR2_PACKAGE_JSON_C && \
!BR2_PACKAGE_HAS_LUAINTERPRETER
help
swupdate provides a reliable way to update the software on an
embedded system.
swupdate provides a reliable way to update the software on
an embedded system.
swupdate is highly configurable to fit the targets requirements and
to minimize the footprint. The provided default configuration file
BR2_PACKAGE_SWUPDATE_CONFIG will enable swupdate with an embedded
webserver, a parser and a handler for raw NAND or NOR flash.
swupdate is highly configurable to fit the targets
requirements and to minimize the footprint. The provided
default configuration file BR2_PACKAGE_SWUPDATE_CONFIG will
enable swupdate with an embedded webserver, a parser and a
handler for raw NAND or NOR flash.
The default configuration file builds a reasonable firmware update
system with minimal external dependencies in my mind. If you like to
use your own modified configuration, you have to select the
necessary packages manually:
The default configuration file builds a reasonable firmware
update system with minimal external dependencies in mind.
If you like to use your own modified configuration,
you have to select the necessary packages manually:
* Select BR2_PACKAGE_LUA or BR2_PACKAGE_LUAJIT if you want
to have Lua support.
CONFIG_HANDLER_IN_LUA is not supported in LuaJIT or Lua 5.1.
Note that for LuaJIT support, you need to set
CONFIG_LUAVERSION="jit-5.1".
* Select BR2_LIBCURL if you want to use the download feature.
* Select BR2_PACKAGE_OPENSSL is you want to add encryption support.
* Select BR2_PACKAGE_MTD if you want to use swupdate with UBI
partitions.
* Select BR2_PACKAGE_ZLIB if you want to deal with gzip compressed
archives.
* Select BR2_PACKAGE_UBOOT_TOOLS and BR2_PACKAGE_ZLIB to add support
for setting the U-Boot environment.
want to have Lua support.
* Select BR2_LIBCURL if you want to use the download
feature.
* Select BR2_PACKAGE_OPENSSL is you want to add encryption
support.
* Select BR2_PACKAGE_MTD if you want to use swupdate with
UBI partitions.
* Select BR2_PACKAGE_ZLIB if you want to deal with gzip
compressed archives.
* Select BR2_PACKAGE_UBOOT_TOOLS and BR2_PACKAGE_ZLIB to add
support for setting the U-Boot environment.
* Select BR2_PACKAGE_ZEROMQ to add support for using a
remote handler.
https://sbabic.github.io/swupdate
@@ -43,8 +45,8 @@ config BR2_PACKAGE_SWUPDATE_CONFIG
help
Path to the swupdate configuration file.
I you wish to use your own modified swupdate configuration file
specify the config file location with this option.
I you wish to use your own modified swupdate configuration
file specify the config file location with this option.
config BR2_PACKAGE_SWUPDATE_INSTALL_WEBSITE
bool "install default website"
@@ -52,9 +54,9 @@ config BR2_PACKAGE_SWUPDATE_INSTALL_WEBSITE
help
Install the provided website to /var/www/swupdate.
This is necessary if you want to run swupdate with the embedded
webserver and do not provide an own website to be installed to
/var/www/swupdate.
This is necessary if you want to run swupdate with the
embedded webserver and do not provide an own website to be
installed to /var/www/swupdate.
endif
comment "swupdate needs a toolchain w/ threads"