Skip to content

Commit 180c3ef

Browse files
committed
added ); in swb_update
1 parent 3e44589 commit 180c3ef

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

FunKey/board/funkey/sw-description

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
software =
22
{
3-
version = "2.0.0";
3+
version = "2.0.0";
44

5-
hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
5+
hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
66

7-
images: (
8-
{
9-
filename = "rootfs.ext2.gz";
10-
device = "/dev/mmcblk0p2";
7+
images: (
8+
{
9+
filename = "rootfs.ext2.gz";
10+
device = "/dev/mmcblk0p2";
1111
type = "raw";
1212
installed-directly = true;
1313
compressed = "zlib";
14-
}
14+
}
15+
);
1516
files: (
1617
{
1718
filename = "funkey_gpio_management";
1819
path = "/tmp/";
1920
}
20-
);
21+
);
2122
scripts: (
2223
{
2324
filename = "update_partition";

0 commit comments

Comments
 (0)