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:
parent
a63d5e6c31
commit
b3e628dbf3
|
|
@ -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";
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue