summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-02-20 09:18:17 -0500
committerShea Levy <shea@shealevy.com>2018-02-20 09:18:17 -0500
commitf8b5b93b8871a1fc3bbcea92cab7a13d2f02e1bb (patch)
treee1407d209e440a2026d632d8923f311c3bacec2a /pkgs/os-specific/linux/kernel/patches.nix
parent0022708d6d369527aa4ff5da07806203c21533d5 (diff)
downloadnixpkgs-f8b5b93b8871a1fc3bbcea92cab7a13d2f02e1bb.tar
nixpkgs-f8b5b93b8871a1fc3bbcea92cab7a13d2f02e1bb.tar.gz
nixpkgs-f8b5b93b8871a1fc3bbcea92cab7a13d2f02e1bb.tar.bz2
nixpkgs-f8b5b93b8871a1fc3bbcea92cab7a13d2f02e1bb.tar.lz
nixpkgs-f8b5b93b8871a1fc3bbcea92cab7a13d2f02e1bb.tar.xz
nixpkgs-f8b5b93b8871a1fc3bbcea92cab7a13d2f02e1bb.tar.zst
nixpkgs-f8b5b93b8871a1fc3bbcea92cab7a13d2f02e1bb.zip
linux_riscv: Add patches for initrd support
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 39af0a67936..e0494c6c535 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -88,4 +88,14 @@ rec {
     patch = ./riscv-install.patch;
   };
 
+  riscv_initrd = {
+    name = "riscv-initrd";
+    patch = ./riscv-initrd.patch;
+  };
+
+  riscv_initrd_free = {
+    name = "riscv-initrd-free";
+    patch = ./riscv-initrd-free.patch;
+  };
+
 }