Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1aed180d73ab
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 329bf4c3e1f3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 6, 2018

  1. linux-riscv: Remove.

    risc-v changes are now upstream.
    
    See #49490
    Shea Levy committed Nov 6, 2018
    Copy the full SHA
    329bf4c View commit details
Showing with 0 additions and 25 deletions.
  1. +0 −18 pkgs/os-specific/linux/kernel/linux-riscv.nix
  2. +0 −7 pkgs/top-level/all-packages.nix
18 changes: 0 additions & 18 deletions pkgs/os-specific/linux/kernel/linux-riscv.nix

This file was deleted.

7 changes: 0 additions & 7 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -14329,13 +14329,6 @@ with pkgs;
];
};

linux_riscv = callPackage ../os-specific/linux/kernel/linux-riscv.nix {
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
];
};

linux_hardkernel_4_14 = callPackage ../os-specific/linux/kernel/linux-hardkernel-4.14.nix {
kernelPatches = [
kernelPatches.bridge_stp_helper