Changes between Version 16 and Version 17 of buildroot
- Timestamp:
- 12/23/2019 05:41:21 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
buildroot
v16 v17 317 317 # Packages: 318 318 # we need u-boot env tools for fw_setenv support in our scripts 319 # we need zlib for gzip support in SWUpdate319 # we need zlib/openssl/libconfig/json for various features in SWUpdate we enable 320 320 # we will use swupdate.config to configure SWUpdate 321 321 BR2_PACKAGE_UBOOT_TOOLS=y 322 322 BR2_PACKAGE_ZLIB=y 323 BR2_PACKAGE_OPENSSL=y 324 BR2_PACKAGE_LIBCONFIG=y 325 BR2_PACKAGE_JSON_C=y 326 BR2_PACKAGE_LIBCURL=y 323 327 BR2_PACKAGE_SWUPDATE=y 324 328 BR2_PACKAGE_SWUPDATE_CONFIG="swupdate.config" … … 365 369 # CONFIG_MTD is not set 366 370 # CONFIG_LUA is not set 371 CONFIG_SIGNED_IMAGES=y 372 CONFIG_ENCRYPTED_IMAGES=y 373 # Suricatta provides support for fetching updates via a Hawkbit server if desired 374 CONFIG_SURICATTA=y 375 CONFIG_SURICATTA_SSL=y 376 CONFIG_SURICATTA_STATE_CHOICE_BOOTLOADER=y 367 377 # We need the raw handler to image to an MMC partition 368 378 CONFIG_RAW=y