swupdate: fix typo in description file

The attribute supported in the description file is 'type' (in singular),
not 'types'.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-01-17 16:02:09 +01:00
parent a63d5e6c31
commit b3e628dbf3
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ software =
{
filename = "##BOOTIMG_NAME##";
device = "/dev/mmcblk0p1";
types = "raw";
type = "raw";
},
{
filename = "##ROOTIMG_NAME##";
device = "/dev/mmcblk0p3";
types = "raw";
type = "raw";
}
);
}