From 7092b02565190ae6ae8c458ce947858532a06bf5 Mon Sep 17 00:00:00 2001 From: Linus Heckemann Date: Tue, 5 Jan 2021 19:46:19 +0100 Subject: [PATCH] Remove spammy cdc_ncm driver --- kernel.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel.nix b/kernel.nix index f31c6ad..6748ba1 100644 --- a/kernel.nix +++ b/kernel.nix @@ -1846,9 +1846,9 @@ in buildLinux { "USB_NET_AX88179_178A" = module; "USB_NET_CDCETHER" = module; "USB_NET_CDC_EEM" = module; - "USB_NET_CDC_NCM" = module; - "USB_NET_HUAWEI_CDC_NCM" = module; - "USB_NET_CDC_MBIM" = module; + "USB_NET_CDC_NCM" = no; + "USB_NET_HUAWEI_CDC_NCM" = no; + "USB_NET_CDC_MBIM" = no; "USB_NET_DM9601" = module; "USB_NET_SR9700" = module; "USB_NET_SR9800" = module;