|
|
@@ -11,10 +11,21 @@ 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=y
|
|
|
CONFIG_HW_COMPATIBILITY_FILE="/etc/hwrevision"
|
|
|
CONFIG_SW_VERSIONS_FILE="/etc/sw-versions"
|
|
|
+
|
|
|
+#
|
|
|
+# Socket Paths
|
|
|
+#
|
|
|
+CONFIG_SOCKET_CTRL_PATH=""
|
|
|
+CONFIG_SOCKET_PROGRESS_PATH=""
|
|
|
+CONFIG_SOCKET_REMOTE_HANDLER_DIRECTORY="/tmp/"
|
|
|
CONFIG_MTD=y
|
|
|
CONFIG_LUA=y
|
|
|
CONFIG_LUAPKG="lua"
|
|
|
@@ -35,44 +46,26 @@ CONFIG_EXTRA_LDLIBS=""
|
|
|
# CONFIG_DEBUG is not set
|
|
|
# CONFIG_WERROR is not set
|
|
|
# CONFIG_NOCLEANUP is not set
|
|
|
-# CONFIG_BOOTLOADER 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_UBOOT_DEFAULTENV="/etc/u-boot-initial-env"
|
|
|
+# CONFIG_SSL_IMPL_NONE is not set
|
|
|
+CONFIG_SSL_IMPL_OPENSSL=y
|
|
|
+# CONFIG_SSL_IMPL_MBEDTLS is not set
|
|
|
# CONFIG_DOWNLOAD is not set
|
|
|
# CONFIG_HASH_VERIFY is not set
|
|
|
# CONFIG_SIGNED_IMAGES is not set
|
|
|
# CONFIG_ENCRYPTED_IMAGES is not set
|
|
|
# CONFIG_SURICATTA is not set
|
|
|
-
|
|
|
-#
|
|
|
-# Suricatta
|
|
|
-#
|
|
|
-
|
|
|
-#
|
|
|
-# Server
|
|
|
-#
|
|
|
-# CONFIG_SURICATTA_HAWKBIT is not set
|
|
|
-CONFIG_SURICATTA_SERVER_NONE=y
|
|
|
CONFIG_WEBSERVER=y
|
|
|
-
|
|
|
-#
|
|
|
-# Webserver Features
|
|
|
-#
|
|
|
CONFIG_MONGOOSE=y
|
|
|
-
|
|
|
-#
|
|
|
-# Mongoose Feature
|
|
|
-#
|
|
|
-CONFIG_MONGOOSELUA=y
|
|
|
CONFIG_MONGOOSEIPV6=y
|
|
|
CONFIG_MONGOOSESSL=y
|
|
|
-
|
|
|
-#
|
|
|
-# Archival Features
|
|
|
-#
|
|
|
CONFIG_GUNZIP=y
|
|
|
+# CONFIG_ZSTD is not set
|
|
|
|
|
|
#
|
|
|
# Parser Features
|
|
|
@@ -89,10 +82,15 @@ CONFIG_PARSERROOT=""
|
|
|
# CONFIG_UBIVOL is not set
|
|
|
CONFIG_CFI=y
|
|
|
# CONFIG_CFIHAMMING1 is not set
|
|
|
+# CONFIG_DISKPART is not set
|
|
|
CONFIG_RAW=y
|
|
|
+# CONFIG_RDIFFHANDLER is not set
|
|
|
CONFIG_LUASCRIPTHANDLER=y
|
|
|
CONFIG_SHELLSCRIPTHANDLER=y
|
|
|
# CONFIG_HANDLER_IN_LUA is not set
|
|
|
# CONFIG_ARCHIVE is not set
|
|
|
# CONFIG_REMOTE_HANDLER is not set
|
|
|
+# CONFIG_SWUFORWARDER_HANDLER is not set
|
|
|
# CONFIG_BOOTLOADERHANDLER is not set
|
|
|
+# CONFIG_SSBLSWITCH is not set
|
|
|
+# CONFIG_UCFWHANDLER is not set
|