Revert "Revert "Linux 4.8""
Now featuring @aszlig's modinst_arg_list_too_long patch.
This reverts commit 43bedb970d.
Fixes #19213
This commit is contained in:
20
pkgs/os-specific/linux/kernel/linux-4.8.nix
Normal file
20
pkgs/os-specific/linux/kernel/linux-4.8.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "4.8";
|
||||
modDirVersion = "4.8.0";
|
||||
extraMeta.branch = "4.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
|
||||
sha256 = "3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a";
|
||||
};
|
||||
|
||||
kernelPatches = args.kernelPatches;
|
||||
|
||||
features.iwlwifi = true;
|
||||
features.efiBootStub = true;
|
||||
features.needsCifsUtils = true;
|
||||
features.canDisableNetfilterConntrackHelpers = true;
|
||||
features.netfilterRPFilter = true;
|
||||
} // (args.argsOverride or {}))
|
||||
Reference in New Issue
Block a user