Loading pkgs/misc/uboot/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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" ]; }; Loading Loading
pkgs/misc/uboot/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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" ]; }; Loading