From 180c3ef4409fa81eb7435638ea8a523f7561d7c2 Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Tue, 2 Mar 2021 09:08:35 +0100 Subject: [PATCH] added ); in swb_update --- FunKey/board/funkey/sw-description | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/FunKey/board/funkey/sw-description b/FunKey/board/funkey/sw-description index a4158d1..006b42d 100644 --- a/FunKey/board/funkey/sw-description +++ b/FunKey/board/funkey/sw-description @@ -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";