ubootChooser: Add support for the GuruPlug.
svn path=/nixpkgs/trunk/; revision=25573
This commit is contained in:
parent
14f45d5da4
commit
6518402329
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user