* Select BR2_PACKAGE_LUA if you 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 encryptions support
- to the webserver.
+ * 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
CONFIG_SCRIPTS=y
# CONFIG_HW_COMPATIBILITY is not set
CONFIG_SW_VERSIONS_FILE="/etc/sw-versions"
-
-#
-# MTD support needs libmtd
-#
-
-#
-# Lua support needs a Lua interpreter
-#
+# CONFIG_MTD is not set
+# CONFIG_LUA is not set
# CONFIG_FEATURE_SYSLOG is not set
#
# CONFIG_DEBUG is not set
# CONFIG_WERROR is not set
# CONFIG_NOCLEANUP is not set
-
-#
-# Image downloading support needs libcurl
-#
+# CONFIG_DOWNLOAD is not set
+# CONFIG_SIGNED_IMAGES is not set
+# CONFIG_SURICATTA is not set
CONFIG_WEBSERVER=y
#
# Mongoose Feature
#
CONFIG_MONGOOSEIPV6=y
-
-#
-# SSL support needs libcrypto, libssl
-#
+# CONFIG_MONGOOSESSL is not set
#
# Archival Features
#
-CONFIG_CPIO=y
-
-#
-# gunzip support needs libz
-#
+# CONFIG_GUNZIP is not set
#
# Parser Features
#
CONFIG_LIBCONFIG=y
CONFIG_LIBCONFIGROOT=""
-
-#
-# JSON config parser support needs json-c
-#
+# CONFIG_JSON is not set
# CONFIG_SETSWDESCRIPTION is not set
#
# Image Handlers
#
-
-#
-# ubivol support needs libubi
-#
CONFIG_RAW=y
# CONFIG_SHELLSCRIPTHANDLER is not set
-
-#
-# uboot support needs libz
-#
+# CONFIG_ARCHIVE is not set
+# CONFIG_UBOOT is not set
\ No newline at end of file
#
################################################################################
-SWUPDATE_VERSION = 2016.04
+SWUPDATE_VERSION = 2016.07
SWUPDATE_SITE = $(call github,sbabic,swupdate,$(SWUPDATE_VERSION))
SWUPDATE_LICENSE = GPLv2+, MIT, Public Domain
SWUPDATE_LICENSE_FILES = COPYING
-# Upstream patch to fix build without MTD support
-SWUPDATE_PATCH = https://github.com/sbabic/swupdate/commit/69c0e66994f01ce1bf2299fbce86aee7a1baa37b.patch
-
# swupdate bundles its own version of mongoose (version 3.8)
ifeq ($(BR2_PACKAGE_JSON_C),y)