From 6d5fb30379761c0794c327e5c718bddbe8a271d7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 12 May 2019 13:29:32 +0200 Subject: [PATCH] linux-5.1.1: Built floppy disk driver as module Fixes: https://github.molgen.mpg.de/mariux64/bee-files/issues/1102 --- linux-5.1.1-264.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-5.1.1-264.bee b/linux-5.1.1-264.bee index 6759a6c6a..07ea8b80b 100755 --- a/linux-5.1.1-264.bee +++ b/linux-5.1.1-264.bee @@ -484,7 +484,7 @@ mee_configure() { CONFIG_CONNECTOR=y CONFIG_PARPORT=y CONFIG_PARPORT_PC=y - CONFIG_BLK_DEV_FD=y + CONFIG_BLK_DEV_FD=m CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=y CONFIG_BLK_DEV_DRBD=y