software =
{
        version = "0.6";

        hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];

        images: (
        {
                filename = "rootfs.ext2.gz";
                device = "/dev/mmcblk0p2";
		type = "raw";
		installed-directly = true;
		compressed = "zlib";
        }
        );
	scripts: (
	{
		filename = "update_partition";
		type = "shellscript";
	}
	);
}
