meta-digi-dey: swupdate: add 'RDIFFHANDLER' support to defconfig

The 'RDIFF' handler allows to apply incremental updates using rdiff delta files in the
swu update package. This functionallity is only recommended for read-only file systems,
where the source partition cannot be modified externally by users.

https://onedigi.atlassian.net/browse/DEL-8624

Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
David Escalona 2023-06-19 14:12:05 +02:00
parent ae327e8dae
commit a203487d8f
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ CONFIG_HASH_VERIFY=y
CONFIG_ARCHIVE=y
CONFIG_BOOTLOADERHANDLER=y
CONFIG_RAW=y
CONFIG_RDIFFHANDLER=y
CONFIG_SHELLSCRIPTHANDLER=y