swupdate: update defconfig to latest version
This commit updates the defconfig that has been synchronized with the version 2021.04. Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
1c81e377ea
commit
9047b41b09
|
|
@ -2,7 +2,6 @@
|
|||
# Automatically generated file; DO NOT EDIT.
|
||||
# Swupdate Configuration
|
||||
#
|
||||
CONFIG_HAVE_DOT_CONFIG=y
|
||||
|
||||
#
|
||||
# Swupdate Settings
|
||||
|
|
@ -11,9 +10,20 @@ CONFIG_HAVE_DOT_CONFIG=y
|
|||
#
|
||||
# General Configuration
|
||||
#
|
||||
# CONFIG_CURL is not set
|
||||
# CONFIG_CURL_SSL is not set
|
||||
# CONFIG_SYSTEMD is not set
|
||||
CONFIG_DEFAULT_CONFIG_FILE="/etc/swupdate.cfg"
|
||||
CONFIG_SCRIPTS=y
|
||||
# CONFIG_HW_COMPATIBILITY is not set
|
||||
CONFIG_SW_VERSIONS_FILE="/etc/sw-versions"
|
||||
# CONFIG_HW_COMPATIBILITY_FILE is not set
|
||||
# CONFIG_SW_VERSIONS_FILE is not set
|
||||
|
||||
#
|
||||
# Socket Paths
|
||||
#
|
||||
CONFIG_SOCKET_CTRL_PATH=""
|
||||
CONFIG_SOCKET_PROGRESS_PATH=""
|
||||
CONFIG_MTD=y
|
||||
# CONFIG_LUA is not set
|
||||
# CONFIG_FEATURE_SYSLOG is not set
|
||||
|
|
@ -21,7 +31,6 @@ CONFIG_MTD=y
|
|||
#
|
||||
# Build Options
|
||||
#
|
||||
# CONFIG_STATIC is not set
|
||||
CONFIG_CROSS_COMPILE=""
|
||||
CONFIG_SYSROOT=""
|
||||
CONFIG_EXTRA_CFLAGS=""
|
||||
|
|
@ -34,36 +43,39 @@ CONFIG_EXTRA_LDLIBS=""
|
|||
# CONFIG_DEBUG is not set
|
||||
# CONFIG_WERROR is not set
|
||||
# CONFIG_NOCLEANUP is not set
|
||||
# CONFIG_BOOTLOADER_EBG is not set
|
||||
CONFIG_UBOOT=y
|
||||
# CONFIG_BOOTLOADER_NONE is not set
|
||||
# CONFIG_BOOTLOADER_GRUB is not set
|
||||
CONFIG_UBOOT_FWENV="/etc/fw_env.config"
|
||||
CONFIG_UPDATE_STATE_CHOICE_NONE=y
|
||||
# CONFIG_UPDATE_STATE_CHOICE_BOOTLOADER is not set
|
||||
CONFIG_UBOOT_DEFAULTENV="/etc/u-boot-initial-env"
|
||||
# CONFIG_SSL_IMPL_NONE is not set
|
||||
CONFIG_SSL_IMPL_OPENSSL=y
|
||||
# CONFIG_SSL_IMPL_WOLFSSL is not set
|
||||
# CONFIG_SSL_IMPL_MBEDTLS is not set
|
||||
# CONFIG_DOWNLOAD is not set
|
||||
CONFIG_HASH_VERIFY=y
|
||||
# CONFIG_DISABLE_CPIO_CRC is not set
|
||||
# CONFIG_SIGNED_IMAGES is not set
|
||||
CONFIG_SIGALG_RAWRSA=y
|
||||
# CONFIG_SIGALG_RSAPSS is not set
|
||||
# CONFIG_SIGALG_CMS is not set
|
||||
# CONFIG_ENCRYPTED_IMAGES is not set
|
||||
# CONFIG_SURICATTA is not set
|
||||
|
||||
#
|
||||
# Suricatta
|
||||
#
|
||||
|
||||
#
|
||||
# Server
|
||||
#
|
||||
CONFIG_SURICATTA_SERVER_NONE=y
|
||||
|
||||
#
|
||||
# hawkBit support needs libcurl and CONFIG_JSON=y
|
||||
#
|
||||
# CONFIG_WEBSERVER is not set
|
||||
|
||||
#
|
||||
# Archival Features
|
||||
#
|
||||
CONFIG_GUNZIP=y
|
||||
# CONFIG_MONGOOSE is not set
|
||||
# CONFIG_MONGOOSEIPV6 is not set
|
||||
# CONFIG_MONGOOSESSL is not set
|
||||
# CONFIG_GUNZIP is not set
|
||||
# CONFIG_ZSTD is not set
|
||||
|
||||
#
|
||||
# Parser Features
|
||||
#
|
||||
CONFIG_LIBCONFIG=y
|
||||
CONFIG_LIBCONFIGROOT=""
|
||||
CONFIG_PARSERROOT=""
|
||||
# CONFIG_JSON is not set
|
||||
# CONFIG_SETSWDESCRIPTION is not set
|
||||
|
||||
|
|
@ -71,13 +83,21 @@ CONFIG_LIBCONFIGROOT=""
|
|||
# Image Handlers
|
||||
#
|
||||
CONFIG_UBIVOL=y
|
||||
CONFIG_UBIATTACH=y
|
||||
CONFIG_UBIBLACKLIST=""
|
||||
CONFIG_UBIWHITELIST=""
|
||||
CONFIG_UBIVIDOFFSET=0
|
||||
# CONFIG_CFI is not set
|
||||
CONFIG_CFI=y
|
||||
# CONFIG_CFIHAMMING1 is not set
|
||||
# CONFIG_DISKPART is not set
|
||||
# CONFIG_UNIQUEUUID is not set
|
||||
CONFIG_RAW=y
|
||||
# CONFIG_RDIFFHANDLER is not set
|
||||
# CONFIG_READBACKHANDLER is not set
|
||||
CONFIG_SHELLSCRIPTHANDLER=y
|
||||
# CONFIG_ARCHIVE is not set
|
||||
# CONFIG_REMOTE_HANDLER is not set
|
||||
CONFIG_UBOOT=y
|
||||
CONFIG_UBOOT_FWENV="/etc/fw_env.config"
|
||||
# CONFIG_SWUFORWARDER_HANDLER is not set
|
||||
# CONFIG_BOOTLOADERHANDLER is not set
|
||||
# CONFIG_SSBLSWITCH is not set
|
||||
# CONFIG_UCFWHANDLER is not set
|
||||
|
|
|
|||
Loading…
Reference in New Issue