ubootChooser: Add support for the GuruPlug.
svn path=/nixpkgs/trunk/; revision=25573
This commit is contained in:
@@ -5274,6 +5274,7 @@ let
|
|||||||
|
|
||||||
ubootChooser = name : if (name == "upstream") then ubootUpstream
|
ubootChooser = name : if (name == "upstream") then ubootUpstream
|
||||||
else if (name == "sheevaplug") then ubootSheevaplug
|
else if (name == "sheevaplug") then ubootSheevaplug
|
||||||
|
else if (name == "guruplug") then ubootGuruplug
|
||||||
else if (name == "nanonote") then ubootNanonote
|
else if (name == "nanonote") then ubootNanonote
|
||||||
else throw "Unknown uboot";
|
else throw "Unknown uboot";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user