From 651840232926c22bafcd500b7e8e829ea46b7383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 14 Jan 2011 21:44:59 +0000 Subject: [PATCH] ubootChooser: Add support for the GuruPlug. svn path=/nixpkgs/trunk/; revision=25573 --- pkgs/top-level/all-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index be4a8359ea8..78bf0e5efb8 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5274,6 +5274,7 @@ let ubootChooser = name : if (name == "upstream") then ubootUpstream else if (name == "sheevaplug") then ubootSheevaplug + else if (name == "guruplug") then ubootGuruplug else if (name == "nanonote") then ubootNanonote else throw "Unknown uboot";