Author: ludo
Date: Fri Jan 14 21:44:59 2011
New Revision: 25573
URL: https://svn.nixos.org/websvn/nix/?rev=25573&sc=1

Log:
ubootChooser: Add support for the GuruPlug.

Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Fri Jan 14 21:44:43 
2011        (r25572)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Fri Jan 14 21:44:59 
2011        (r25573)
@@ -5274,6 +5274,7 @@
 
   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";
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to