21 lines
451 B
Plaintext
21 lines
451 B
Plaintext
software =
|
|
{
|
|
version = "##SW_VERSION##";
|
|
description = "##DESCRIPTION##";
|
|
|
|
images: (
|
|
{
|
|
filename = "##BOOTIMG_NAME##";
|
|
volume = "##BOOT_DEV##";
|
|
type = "ubivol";
|
|
sha256 = "@##BOOTIMG_NAME##";
|
|
},
|
|
{
|
|
filename = "##ROOTIMG_NAME##";
|
|
volume = "##ROOTFS_DEV##";
|
|
type = "ubivol";
|
|
sha256 = "@##ROOTIMG_NAME##";
|
|
}
|
|
);
|
|
}
|