Skip to content

Commit bd762a9

Browse files
committed
Merge branch 'develop' of fk:FunKey-Project/FunKey-OS into develop
2 parents 800ff3b + 2098303 commit bd762a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

FunKey/board/funkey/sw-description

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +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+
}
1515
);
1616
files: (
1717
{
1818
filename = "funkey_gpio_management";
1919
path = "/tmp/funkey_gpio_management";
2020
}
21-
);
21+
);
2222
scripts: (
2323
{
2424
filename = "update_partition";

0 commit comments

Comments
 (0)