87f8ff6d2d
Buildroot no longer supports toolchains with glibc older than 2.17, so there is no need to link with librt for clock_* system calls. Cc: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
72 lines
1.1 KiB
Plaintext
72 lines
1.1 KiB
Plaintext
#
|
|
# Automatically generated file; DO NOT EDIT.
|
|
# Swupdate Configuration
|
|
#
|
|
CONFIG_HAVE_DOT_CONFIG=y
|
|
|
|
#
|
|
# Swupdate Settings
|
|
#
|
|
|
|
#
|
|
# General Configuration
|
|
#
|
|
CONFIG_SCRIPTS=y
|
|
# CONFIG_HW_COMPATIBILITY is not set
|
|
CONFIG_SW_VERSIONS_FILE="/etc/sw-versions"
|
|
# CONFIG_MTD is not set
|
|
# CONFIG_LUA is not set
|
|
# CONFIG_FEATURE_SYSLOG is not set
|
|
|
|
#
|
|
# Build Options
|
|
#
|
|
# CONFIG_STATIC is not set
|
|
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_DOWNLOAD is not set
|
|
# CONFIG_SIGNED_IMAGES is not set
|
|
# CONFIG_SURICATTA is not set
|
|
CONFIG_WEBSERVER=y
|
|
|
|
#
|
|
# Webserver Features
|
|
#
|
|
CONFIG_MONGOOSE=y
|
|
|
|
#
|
|
# Mongoose Feature
|
|
#
|
|
CONFIG_MONGOOSEIPV6=y
|
|
# CONFIG_MONGOOSESSL is not set
|
|
|
|
#
|
|
# Archival Features
|
|
#
|
|
# CONFIG_GUNZIP is not set
|
|
|
|
#
|
|
# Parser Features
|
|
#
|
|
CONFIG_LIBCONFIG=y
|
|
CONFIG_LIBCONFIGROOT=""
|
|
# CONFIG_JSON is not set
|
|
# CONFIG_SETSWDESCRIPTION is not set
|
|
|
|
#
|
|
# Image Handlers
|
|
#
|
|
CONFIG_RAW=y
|
|
# CONFIG_SHELLSCRIPTHANDLER is not set
|
|
# CONFIG_ARCHIVE is not set
|
|
# CONFIG_UBOOT is not set |