forked from mirrors/nixpkgs
kernel: 4.0.1 -> 4.0.2
This commit is contained in:
parent
5b4cd639dd
commit
0e4057b167
pkgs
|
@ -33,7 +33,7 @@ let
|
||||||
|
|
||||||
grKernel = if cfg.stable
|
grKernel = if cfg.stable
|
||||||
then mkKernel pkgs.linux_3_14 stable-patch
|
then mkKernel pkgs.linux_3_14 stable-patch
|
||||||
else mkKernel pkgs.linux_3_19 test-patch;
|
else mkKernel pkgs.linux_4_0 test-patch;
|
||||||
|
|
||||||
## -- grsecurity configuration ---------------------------------------------
|
## -- grsecurity configuration ---------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchurl, ... } @ args:
|
{ stdenv, fetchurl, ... } @ args:
|
||||||
|
|
||||||
import ./generic.nix (args // rec {
|
import ./generic.nix (args // rec {
|
||||||
version = "4.0.1";
|
version = "4.0.2";
|
||||||
extraMeta.branch = "4.0";
|
extraMeta.branch = "4.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
|
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
|
||||||
sha256 = "1ggj26p1bm5v5kaviz6brfkjk32f8rib1mh61ns77gjlx5vsvc7z";
|
sha256 = "1jq4583wwqmwqkqlkck57fxw18xszng92b6ma3avf0djd11b2izz";
|
||||||
};
|
};
|
||||||
|
|
||||||
features.iwlwifi = true;
|
features.iwlwifi = true;
|
||||||
|
|
|
@ -72,10 +72,10 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
grsecurity_unstable = grsecPatch
|
grsecurity_unstable = grsecPatch
|
||||||
{ kversion = "3.19.6";
|
{ kversion = "4.0.2";
|
||||||
revision = "201504302119";
|
revision = "201505072057";
|
||||||
branch = "test";
|
branch = "test";
|
||||||
sha256 = "03yj8011i6mkf33npa7all0c33r95mgiic6zjg494x56279s701s";
|
sha256 = "0njvgd6n9z35hyxnligb8aq9shxzbwrkrdvpbxc0qxmwya0midv2";
|
||||||
};
|
};
|
||||||
|
|
||||||
grsec_fix_path =
|
grsec_fix_path =
|
||||||
|
|
Loading…
Reference in a new issue