linux_riscv: Add 4.16-rc1.

Fixes #35148.
This commit is contained in:
Shea Levy
2018-02-19 12:14:22 -05:00
parent 3f9c900e42
commit 6173f2f945
7 changed files with 165 additions and 0 deletions
+16
View File
@@ -72,4 +72,20 @@ rec {
sha256 = "09096npxpgvlwdz3pb3m9brvxh7vy0xc9z9p8hh85xyczyzcsjhr";
};
};
riscv_modules = {
name = "riscv-modules";
patch = ./riscv-modules.patch;
};
riscv_irq_busy = {
name = "riscv-irq-busy";
patch = ./riscv-irq-busy.patch;
};
riscv_install = {
name = "riscv-install";
patch = ./riscv-install.patch;
};
}