From 980b9dac7c7fa959b8b364e58adfa15c58c811ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Sat, 20 Jun 2026 09:44:57 +0200 Subject: [PATCH] rauc: Enable streaming of upgrades --- board/x86_64/linux_defconfig | 1 + configs/x86_64_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/board/x86_64/linux_defconfig b/board/x86_64/linux_defconfig index 4b9f5d05..9c374221 100644 --- a/board/x86_64/linux_defconfig +++ b/board/x86_64/linux_defconfig @@ -244,6 +244,7 @@ CONFIG_FW_CFG_SYSFS_CMDLINE=y CONFIG_BLK_DEV_NULL_BLK=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_NBD=y CONFIG_VIRTIO_BLK=y CONFIG_BLK_DEV_SD=y CONFIG_BLK_DEV_SR=y diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 581c0d64..923843d3 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -110,6 +110,7 @@ BR2_PACKAGE_RAUC=y BR2_PACKAGE_RAUC_DBUS=y BR2_PACKAGE_RAUC_GPT=y BR2_PACKAGE_RAUC_NETWORK=y +BR2_PACKAGE_RAUC_STREAMING=y BR2_PACKAGE_RAUC_JSON=y BR2_PACKAGE_SYSKLOGD=y BR2_PACKAGE_SYSKLOGD_LOGGER=y