summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-06-04 10:22:09 -0400
committerTim Steinbach <tim@nequissimus.com>2018-06-04 10:22:39 -0400
commit5c4a404b0d0e5125070dde5c1787210149157e83 (patch)
tree13f87cb38876c2d5d4ba063b9a5c245076771a54 /pkgs/os-specific/linux/kernel/patches.nix
parentc548814b81ac93a64ae858b87ea41d4de0671624 (diff)
downloadnixpkgs-5c4a404b0d0e5125070dde5c1787210149157e83.tar
nixpkgs-5c4a404b0d0e5125070dde5c1787210149157e83.tar.gz
nixpkgs-5c4a404b0d0e5125070dde5c1787210149157e83.tar.bz2
nixpkgs-5c4a404b0d0e5125070dde5c1787210149157e83.tar.lz
nixpkgs-5c4a404b0d0e5125070dde5c1787210149157e83.tar.xz
nixpkgs-5c4a404b0d0e5125070dde5c1787210149157e83.tar.zst
nixpkgs-5c4a404b0d0e5125070dde5c1787210149157e83.zip
linux-copperhead: 4.16.12.a -> 4.16.13.a
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index fb28bba1c32..c22762bde7c 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -28,6 +28,11 @@ rec {
     patch = ./tag-hardened.patch;
   };
 
+  copperhead_4_16 = rec {
+    name = "copperhead-4.16";
+    patch = ./copperhead-4-16.patch;
+  };
+
   # https://bugzilla.kernel.org/show_bug.cgi?id=197591#c6
   iwlwifi_mvm_support_version_7_scan_req_umac_fw_command = rec {
     name = "iwlwifi_mvm_support_version_7_scan_req_umac_fw_command";