summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2015-02-09 21:51:48 +0300
committerMichael Raskin <7c6f434c@mail.ru>2015-02-09 21:51:48 +0300
commit0e73d1f9a503a75f83171b65c4748895a218882d (patch)
tree6079b43924d9cf9f31b8d8e30807fea32a8c15e5 /pkgs/os-specific
parentc14348a51d4cdc1c4934b7d8bd0c893c587e7720 (diff)
downloadnixlib-0e73d1f9a503a75f83171b65c4748895a218882d.tar
nixlib-0e73d1f9a503a75f83171b65c4748895a218882d.tar.gz
nixlib-0e73d1f9a503a75f83171b65c4748895a218882d.tar.bz2
nixlib-0e73d1f9a503a75f83171b65c4748895a218882d.tar.lz
nixlib-0e73d1f9a503a75f83171b65c4748895a218882d.tar.xz
nixlib-0e73d1f9a503a75f83171b65c4748895a218882d.tar.zst
nixlib-0e73d1f9a503a75f83171b65c4748895a218882d.zip
Mark the kernel branch; put in the reminder about grsecurity
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.19.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.19.nix b/pkgs/os-specific/linux/kernel/linux-3.19.nix
index 93a3a7f9ed1e..1706a5f05c45 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.19.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.19.nix
@@ -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";