FunKey-OS/FunKey/board/funkey/sw-description

28 lines
458 B
Plaintext
Raw Normal View History

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";
}
);
}