summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-07-30 17:09:51 +0200
committerJonathan Bauer2020-07-30 17:09:51 +0200
commit22b3d8b13dcb064be8d3ab0692e47f446ba647d3 (patch)
tree4879eae4d5023bc257b6f5db2d876404b8e08152
parent[slx-network] new style KCL (diff)
downloadsystemd-init-22b3d8b13dcb064be8d3ab0692e47f446ba647d3.tar.gz
systemd-init-22b3d8b13dcb064be8d3ab0692e47f446ba647d3.tar.xz
systemd-init-22b3d8b13dcb064be8d3ab0692e47f446ba647d3.zip
[dnbd3-rootfs] add CONFIG_BLK_DEV_LOOP for xloop
-rw-r--r--modules.d/dnbd3-rootfs/helper/build.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules.d/dnbd3-rootfs/helper/build.inc b/modules.d/dnbd3-rootfs/helper/build.inc
index c8a6e1fb..d549b8d1 100644
--- a/modules.d/dnbd3-rootfs/helper/build.inc
+++ b/modules.d/dnbd3-rootfs/helper/build.inc
@@ -213,6 +213,7 @@ build_compile_xloop() {
fi
make \
KDIR="$kernel_headers" \
+ CONFIG_BLK_DEV_LOOP=m \
CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW=m \
CONFIG_BLK_DEV_LOOP_FILE_FMT_QCOW=m
local ret=$?