From 42ef22786b2d438ec3d0eaa8984e70af2b83cc16 2018-12-13 22:13:59 From: Unknown Date: 2018-12-13 22:13:59 Subject: [PATCH] a --- diff --git a/bootstrap.d/13-kernel.sh b/bootstrap.d/13-kernel.sh index e58d9af..d7b9cd9 100644 --- a/bootstrap.d/13-kernel.sh +++ b/bootstrap.d/13-kernel.sh @@ -109,6 +109,7 @@ if [ "$BUILD_KERNEL" = true ] ; then set_kernel_config CONFIG_LZO_COMPRESS y set_kernel_config CONFIG_MMC_SDHCI_IPROC n set_kernel_config CONFIG_USB_DWC2 n + set_kernel_config CONFIG_MMC_BCM2835 n fi # enable basic KVM support; see https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=210546&start=25#p1300453