ubootChooser: Add support for the GuruPlug.

svn path=/nixpkgs/trunk/; revision=25573
This commit is contained in:
Ludovic Courtès 2011-01-14 21:44:59 +00:00
parent 14f45d5da4
commit 6518402329

View file

@ -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";