mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Mark the kernel branch; put in the reminder about grsecurity
This commit is contained in:
parent
c14348a51d
commit
0e73d1f9a5
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
import ./generic.nix (args // rec {
|
||||
version = "3.19";
|
||||
modDirVersion = "3.19.0";
|
||||
# Remember to update grsecurity!
|
||||
extraMeta.branch = "3.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
|
||||
|
|
Loading…
Reference in a new issue