FunKey-OS/FunKey/board/funkey/sw-description
Michel-FK f150595176 version 2.0.0
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
2021-01-15 11:42:26 +01:00

23 lines
385 B
Plaintext

software =
{
version = "2.0.0";
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";
}
);
}