From 5cac50b3bfa1a452b44304a13a65564b1d7fb479 Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Sun, 22 Mar 2015 13:45:44 +0100 Subject: [PATCH] kernel: add support for experimental Realtek2800 models tested with AVM Fritz wlan Stick N --- pkgs/os-specific/linux/kernel/common-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index e7199fee67a..e6d45af7c59 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -275,6 +275,7 @@ with stdenv.lib; ${optionalString (versionAtLeast version "3.6") '' RC_DEVICES? y # Enable IR devices ''} + RT2800USB_RT55XX y SCSI_LOGGING y # SCSI logging facility SERIAL_8250 y # 8250/16550 and compatible serial support SLIP_COMPRESSED y # CSLIP compressed headers