Files
FunKey-OS/FunKey/board/funkey/sw-description
2021-03-02 09:08:35 +01:00

29 lines
404 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";
}
);
files: (
{
filename = "funkey_gpio_management";
path = "/tmp/";
}
);
scripts: (
{
filename = "update_partition";
type = "shellscript";
}
);
}