mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 23:58:50 +01:00
added ); in swb_update
This commit is contained in:
parent
3e4458901b
commit
180c3ef440
@ -1,23 +1,24 @@
|
|||||||
software =
|
software =
|
||||||
{
|
{
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
|
|
||||||
hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
|
hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
|
||||||
|
|
||||||
images: (
|
images: (
|
||||||
{
|
{
|
||||||
filename = "rootfs.ext2.gz";
|
filename = "rootfs.ext2.gz";
|
||||||
device = "/dev/mmcblk0p2";
|
device = "/dev/mmcblk0p2";
|
||||||
type = "raw";
|
type = "raw";
|
||||||
installed-directly = true;
|
installed-directly = true;
|
||||||
compressed = "zlib";
|
compressed = "zlib";
|
||||||
}
|
}
|
||||||
|
);
|
||||||
files: (
|
files: (
|
||||||
{
|
{
|
||||||
filename = "funkey_gpio_management";
|
filename = "funkey_gpio_management";
|
||||||
path = "/tmp/";
|
path = "/tmp/";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
scripts: (
|
scripts: (
|
||||||
{
|
{
|
||||||
filename = "update_partition";
|
filename = "update_partition";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user