added ); in swb_update

This commit is contained in:
Vincent-FK 2021-03-02 09:08:35 +01:00
parent 3e4458901b
commit 180c3ef440
1 changed files with 9 additions and 8 deletions

View File

@ -1,23 +1,24 @@
software =
{
version = "2.0.0";
version = "2.0.0";
hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
images: (
{
filename = "rootfs.ext2.gz";
device = "/dev/mmcblk0p2";
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";