From 18027679fef00ad5f0ee4afd664427d208fc4468 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 3 Jan 2019 21:28:17 +0100 Subject: hardware/t100ha: Switch to kernel 4.19 I have not yet tested this in production but will do shortly. Nevertheless, kernel 4.19 should bring a few improvements regarding hardware support to the table and kernel 4.14 doesn't build anymore with our BFQ patch, so let's move on :-) In case the kernel doesn't work, we can still patch it up accordingly. Signed-off-by: aszlig --- modules/hardware/t100ha/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hardware') diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix index 251ca495..14108c6e 100644 --- a/modules/hardware/t100ha/default.nix +++ b/modules/hardware/t100ha/default.nix @@ -20,7 +20,7 @@ in { ''); boot.kernelPackages = let - t100haKernel = pkgs.linux_4_14.override { + t100haKernel = pkgs.linux_4_19.override { # Missing device drivers: # # 808622B8 -> Intel(R) Imaging Signal Processor 2401 -- cgit 1.4.1