mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
e2d299485e
New features in this release: - Improved documentation - delta updates based on rdiff library - support for libubootenv - dry-run option - CA certificates for signed images - Fix security leak in parser This commit also: - introduce BR2_PACKAGE_LIBRSYNC for 'rdiff' Handler. No HAVE_* is needed, it just declares the functions locally and links with -lrsync. - introduce BR2_PACKAGE_LIBUBOOTENV - drop upstreamed patch - backport upstream patches (important fix) - regenerate the default swupdate.config. Now CONFIG_GUNZIP is always enabled because gunzip is provided by the default busybox config. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> [Arnout: don't mention ZLIB in help text for libubootenv, since it is select'ed by libubootenv.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
124 lines
1.8 KiB
Plaintext
124 lines
1.8 KiB
Plaintext
#
|
|
# Automatically generated file; DO NOT EDIT.
|
|
# Swupdate Configuration
|
|
#
|
|
CONFIG_HAVE_DOT_CONFIG=y
|
|
|
|
#
|
|
# Swupdate Settings
|
|
#
|
|
|
|
#
|
|
# General Configuration
|
|
#
|
|
# CONFIG_CURL is not set
|
|
# CONFIG_CURL_SSL is not set
|
|
# CONFIG_SYSTEMD is not set
|
|
CONFIG_SCRIPTS=y
|
|
# CONFIG_HW_COMPATIBILITY is not set
|
|
CONFIG_SW_VERSIONS_FILE="/etc/sw-versions"
|
|
|
|
#
|
|
# Socket Paths
|
|
#
|
|
CONFIG_SOCKET_CTRL_PATH="/tmp/sockinstctrl"
|
|
CONFIG_SOCKET_PROGRESS_PATH="/tmp/swupdateprog"
|
|
CONFIG_SOCKET_REMOTE_HANDLER_DIRECTORY="/tmp/"
|
|
|
|
#
|
|
# MTD support needs libmtd
|
|
#
|
|
|
|
#
|
|
# Lua support needs a Lua interpreter
|
|
#
|
|
# CONFIG_FEATURE_SYSLOG is not set
|
|
|
|
#
|
|
# Build Options
|
|
#
|
|
CONFIG_CROSS_COMPILE=""
|
|
CONFIG_SYSROOT=""
|
|
CONFIG_EXTRA_CFLAGS=""
|
|
CONFIG_EXTRA_LDFLAGS=""
|
|
CONFIG_EXTRA_LDLIBS=""
|
|
|
|
#
|
|
# Debugging Options
|
|
#
|
|
# CONFIG_DEBUG is not set
|
|
# CONFIG_WERROR is not set
|
|
# CONFIG_NOCLEANUP is not set
|
|
# CONFIG_BOOTLOADER_EBG is not set
|
|
CONFIG_BOOTLOADER_NONE=y
|
|
# CONFIG_BOOTLOADER_GRUB is not set
|
|
|
|
#
|
|
# U-Boot support needs libubootenv, libz
|
|
#
|
|
|
|
#
|
|
# Image downloading support needs libcurl
|
|
#
|
|
|
|
#
|
|
# Hash verification needs libssl
|
|
#
|
|
|
|
#
|
|
# Image verification (signed images) needs libssl
|
|
#
|
|
|
|
#
|
|
# Image encryption needs libssl
|
|
#
|
|
# CONFIG_SURICATTA is not set
|
|
CONFIG_WEBSERVER=y
|
|
CONFIG_MONGOOSE=y
|
|
CONFIG_MONGOOSEIPV6=y
|
|
|
|
#
|
|
# SSL support needs libcrypto, libssl
|
|
#
|
|
CONFIG_GUNZIP=y
|
|
|
|
#
|
|
# Parser Features
|
|
#
|
|
CONFIG_LIBCONFIG=y
|
|
CONFIG_PARSERROOT=""
|
|
|
|
#
|
|
# JSON config parser support needs json-c
|
|
#
|
|
# CONFIG_SETSWDESCRIPTION is not set
|
|
|
|
#
|
|
# Image Handlers
|
|
#
|
|
|
|
#
|
|
# ubivol support needs libubi
|
|
#
|
|
CONFIG_RAW=y
|
|
# CONFIG_RDIFFHANDLER is not set
|
|
# CONFIG_SHELLSCRIPTHANDLER is not set
|
|
|
|
#
|
|
# archive support needs libarchive
|
|
#
|
|
|
|
#
|
|
# remote handler needs zeromq
|
|
#
|
|
|
|
#
|
|
# swuforward handler needs json-c and curl
|
|
#
|
|
|
|
#
|
|
# SWU forwarder requires libcurl
|
|
#
|
|
# CONFIG_BOOTLOADERHANDLER is not set
|
|
# CONFIG_UCFWHANDLER is not set
|