From 1b489a132d9b447a56f906eeda2abb580107a4d7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 16 Jun 2020 19:17:33 +0200 Subject: [PATCH] linux-5.4.46: Build NBD driver as module > linux CONFIG_BLK_DEV_NBD should be "m" not "y" --- linux-5.4.46-337.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-5.4.46-337.bee b/linux-5.4.46-337.bee index dc87de53e..ec6939bf6 100755 --- a/linux-5.4.46-337.bee +++ b/linux-5.4.46-337.bee @@ -458,7 +458,7 @@ mee_configure() { CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=y CONFIG_BLK_DEV_DRBD=y - CONFIG_BLK_DEV_NBD=y + CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=y CONFIG_CDROM_PKTCDVD=y CONFIG_VIRTIO_BLK=m