mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 19:01:37 +00:00
base-files: initialize GZIPED to 0 in sysupgrade since it's used later in numeric comparisons
SVN-Revision: 15890
This commit is contained in:
parent
aaa3868c5c
commit
06413b783e
@ -9,7 +9,7 @@ export VERBOSE=1
|
|||||||
export SAVE_CONFIG=1
|
export SAVE_CONFIG=1
|
||||||
export DELAY=
|
export DELAY=
|
||||||
export CONF_IMAGE=
|
export CONF_IMAGE=
|
||||||
export GZIPED=
|
export GZIPED=0
|
||||||
# parse options
|
# parse options
|
||||||
while [ -n "$1" ]; do
|
while [ -n "$1" ]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
@ -114,4 +114,4 @@ if [ -n "$(rootfs_type)" ]; then
|
|||||||
run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'
|
run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'
|
||||||
else
|
else
|
||||||
do_upgrade
|
do_upgrade
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user