summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-11-03 23:56:06 +0000
committerGitHub <noreply@github.com>2018-11-03 23:56:06 +0000
commit6acf6f3eb9faa7168d71045d4ea0490ff251e44f (patch)
treef8779da0bac8146cf4406bf106553a5fa9521e8e /pkgs/top-level
parenteadb9985819327f6bce7da87730d32e5018ee848 (diff)
parentda1f78bd2bd0c7b7c3fc8c902c314c0c391cfaf1 (diff)
downloadnixpkgs-6acf6f3eb9faa7168d71045d4ea0490ff251e44f.tar
nixpkgs-6acf6f3eb9faa7168d71045d4ea0490ff251e44f.tar.gz
nixpkgs-6acf6f3eb9faa7168d71045d4ea0490ff251e44f.tar.bz2
nixpkgs-6acf6f3eb9faa7168d71045d4ea0490ff251e44f.tar.lz
nixpkgs-6acf6f3eb9faa7168d71045d4ea0490ff251e44f.tar.xz
nixpkgs-6acf6f3eb9faa7168d71045d4ea0490ff251e44f.tar.zst
nixpkgs-6acf6f3eb9faa7168d71045d4ea0490ff251e44f.zip
Merge pull request #49707 from Mic92/linux_beagleboard
linux_beagleboard: remove
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d647840fc18..6bdb2be4480 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -14212,14 +14212,6 @@ with pkgs;
 
   klibcShrunk = lowPrio (callPackage ../os-specific/linux/klibc/shrunk.nix { });
 
-  linux_beagleboard = callPackage ../os-specific/linux/kernel/linux-beagleboard.nix {
-    kernelPatches =
-      [ kernelPatches.bridge_stp_helper
-        kernelPatches.cpu-cgroup-v2."4.11"
-        kernelPatches.modinst_arg_list_too_long
-      ];
-  };
-
   linux_mptcp = linux_mptcp_94;
   linux_mptcp_94 = callPackage ../os-specific/linux/kernel/linux-mptcp.nix {
     kernelPatches =
@@ -14510,7 +14502,6 @@ with pkgs;
   linux_latest = linuxPackages_latest.kernel;
 
   # Build the kernel modules for the some of the kernels.
-  linuxPackages_beagleboard = linuxPackagesFor pkgs.linux_beagleboard;
   linuxPackages_mptcp = linuxPackagesFor pkgs.linux_mptcp;
   linuxPackages_rpi = linuxPackagesFor pkgs.linux_rpi;
   linuxPackages_4_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_4);