treewide: replace remaining (not working now) $SAVE_CONFIG uses

This var has been replaced by the $UPGRADE_OPT_UPGRADE_OPT_SAVE_CONFIG

Fixes: f25d164aca ("base-files: pass "save_config" option to the "sysupgrade" method")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 5797fe84a3)
This commit is contained in:
Rafał Miłecki
2019-09-05 08:40:29 +02:00
parent af7c186ead
commit 9b9412d55c
8 changed files with 10 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ platform_pre_upgrade() {
case "$board" in
apalis*)
[ "$SAVE_CONFIG" -eq 0 ] && {
[ "$UPGRADE_OPT_SAVE_CONFIG" -eq 0 ] && {
jffs2reset -y
umount /overlay
}