From 6734e2902ca5901982db2aef87fa819f769727c5 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 17 Jun 2021 12:27:06 +0200 Subject: [PATCH] pygoscelis: Enable BLK_DEV_NBD as a module for qemu --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 30ceee2..f8b0178 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -1503,7 +1503,7 @@ CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 # CONFIG_BLK_DEV_CRYPTOLOOP is not set # CONFIG_BLK_DEV_DRBD is not set -# CONFIG_BLK_DEV_NBD is not set +CONFIG_BLK_DEV_NBD=m # CONFIG_BLK_DEV_SX8 is not set # CONFIG_BLK_DEV_RAM is not set # CONFIG_CDROM_PKTCDVD is not set