recovery: change the name of the file descriptor to check
Now in the file descriptor we have three different names: platform, primary and secondary. Also a link from 'platform' to 'single' to keep backward compatibility. Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
0328295ea8
commit
cae4c1f1dc
|
|
@ -596,9 +596,9 @@ done
|
|||
|
||||
# Select update package image
|
||||
if [ "$(is_nand)" = "yes" ]; then
|
||||
SWUPDATE_IMAGE_SET="mtd,platform"
|
||||
SWUPDATE_IMAGE_SET="mtd,single"
|
||||
else
|
||||
SWUPDATE_IMAGE_SET="mmc,platform"
|
||||
SWUPDATE_IMAGE_SET="mmc,single"
|
||||
fi
|
||||
|
||||
# On eMMC, if the 'update' partition is encrypted, we need to mount it manually
|
||||
|
|
|
|||
Loading…
Reference in New Issue