mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
ubootSheevaplug: install Kirkwood Boot Image instead of raw uboot
This commit is contained in:
parent
6dd60c6cac
commit
4b877fb11b
@ -300,7 +300,7 @@ in {
|
||||
ubootSheevaplug = buildUBoot {
|
||||
defconfig = "sheevaplug_defconfig";
|
||||
extraMeta.platforms = ["armv5tel-linux"];
|
||||
filesToInstall = ["u-boot.bin"];
|
||||
filesToInstall = ["u-boot.kwb"];
|
||||
};
|
||||
|
||||
ubootSopine = buildUBoot {
|
||||
|
Loading…
Reference in New Issue
Block a user