mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-27 09:14:28 +01:00
22 lines
403 B
Plaintext
22 lines
403 B
Plaintext
|
software =
|
||
|
{
|
||
|
name = "OpenVoiceOS";
|
||
|
description = "Firmware update for OpenVoiceOS";
|
||
|
version = "0.1.1";
|
||
|
bootloader_transaction_marker = false;
|
||
|
bootloader_state_marker = false;
|
||
|
ova = {
|
||
|
hardware-compatibility: ["1.0"];
|
||
|
update: {
|
||
|
rootfs: {
|
||
|
images: ({
|
||
|
filename = "rootfs.squashfs";
|
||
|
device = "/dev/update";
|
||
|
installed-directly = true;
|
||
|
type = "raw";
|
||
|
});
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
}
|