projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b89dc
)
base-files: initialize GZIPED to 0 in sysupgrade since it's used later in numeric...
author
Nicolas Thill
<nico@openwrt.org>
Sun, 17 May 2009 11:54:44 +0000
(11:54 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 17 May 2009 11:54:44 +0000
(11:54 +0000)
SVN-Revision: 15890
package/base-files/files/sbin/sysupgrade
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/sysupgrade
b/package/base-files/files/sbin/sysupgrade
index 139135e8f78a49939cef7b638a407b83adc1d309..ecc5e9a70888163b96ee4cd326fbd60bd23eba11 100755
(executable)
--- a/
package/base-files/files/sbin/sysupgrade
+++ b/
package/base-files/files/sbin/sysupgrade
@@
-9,7
+9,7
@@
export VERBOSE=1
export SAVE_CONFIG=1
export DELAY=
export CONF_IMAGE=
-export GZIPED=
+export GZIPED=
0
# parse options
while [ -n "$1" ]; do
case "$1" in
@@
-114,4
+114,4
@@
if [ -n "$(rootfs_type)" ]; then
run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'
else
do_upgrade
-fi
\ No newline at end of file
+fi