linux: 4.9-rc6 -> 4.9-rc7
This commit is contained in:
parent
86ea3126bc
commit
eecf76eaa2
@ -367,7 +367,9 @@ with stdenv.lib;
|
|||||||
${optionalString (versionAtLeast version "3.15" && versionOlder version "4.8") ''
|
${optionalString (versionAtLeast version "3.15" && versionOlder version "4.8") ''
|
||||||
MLX4_EN_VXLAN y
|
MLX4_EN_VXLAN y
|
||||||
''}
|
''}
|
||||||
MODVERSIONS y
|
${optionalString (versionOlder version "4.9") ''
|
||||||
|
MODVERSIONS y
|
||||||
|
''}
|
||||||
MOUSE_PS2_ELANTECH y # Elantech PS/2 protocol extension
|
MOUSE_PS2_ELANTECH y # Elantech PS/2 protocol extension
|
||||||
MTRR_SANITIZER y
|
MTRR_SANITIZER y
|
||||||
NET_FC y # Fibre Channel driver support
|
NET_FC y # Fibre Channel driver support
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
import ./generic.nix (args // rec {
|
import ./generic.nix (args // rec {
|
||||||
version = "4.9-rc6";
|
version = "4.9-rc7";
|
||||||
modDirVersion = "4.9.0-rc6";
|
modDirVersion = "4.9.0-rc7";
|
||||||
extraMeta.branch = "4.9";
|
extraMeta.branch = "4.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
|
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
|
||||||
sha256 = "0pxf4gzg8qxlf0i83vybf8g22aj0jjbk6n63bh9nciqhbshilr1w";
|
sha256 = "0da5bf5cizvbn68d8pb5kyli3zkgsc8g61kn1b4d8gwvfxrb75hx";
|
||||||
};
|
};
|
||||||
|
|
||||||
features.iwlwifi = true;
|
features.iwlwifi = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user