Commit ae9f1765 authored by K900's avatar K900
Browse files

ubootSheevaplug: mark broken

parent 4be64d9d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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" ];
  };