2020-10-23 07:46:33 +01:00
|
|
|
software =
|
|
|
|
{
|
2021-03-12 10:36:30 +00:00
|
|
|
version = "2.1.0";
|
2020-10-23 07:46:33 +01:00
|
|
|
|
2021-04-13 15:39:31 +01:00
|
|
|
hardware-compatibility = [ "#RE:^Rev\.[D-F]$" ];
|
2020-10-23 07:46:33 +01:00
|
|
|
|
2021-03-02 08:08:35 +00:00
|
|
|
images: (
|
|
|
|
{
|
|
|
|
filename = "rootfs.ext2.gz";
|
|
|
|
device = "/dev/mmcblk0p2";
|
2020-10-25 21:04:47 +00:00
|
|
|
type = "raw";
|
|
|
|
installed-directly = true;
|
|
|
|
compressed = "zlib";
|
2021-03-02 08:08:35 +00:00
|
|
|
}
|
|
|
|
);
|
2020-10-25 21:04:47 +00:00
|
|
|
scripts: (
|
|
|
|
{
|
|
|
|
filename = "update_partition";
|
|
|
|
type = "shellscript";
|
|
|
|
}
|
|
|
|
);
|
2020-10-23 07:46:33 +01:00
|
|
|
}
|