ubootSheevaplug: mark broken

This commit is contained in:
K900
2025-07-08 15:45:52 +03:00
parent 4be64d9d05
commit ae9f1765fc
+4 -1
View File
@@ -784,7 +784,10 @@ in
ubootSheevaplug = buildUBoot {
defconfig = "sheevaplug_defconfig";
extraMeta.platforms = [ "armv5tel-linux" ];
extraMeta = {
platforms = [ "armv5tel-linux" ];
broken = true; # too big, exceeds partition size
};
filesToInstall = [ "u-boot.kwb" ];
};