summaryrefslogtreecommitdiffstats
path: root/defaultenv/bin/update
diff options
context:
space:
mode:
Diffstat (limited to 'defaultenv/bin/update')
-rw-r--r--defaultenv/bin/update2
1 files changed, 2 insertions, 0 deletions
diff --git a/defaultenv/bin/update b/defaultenv/bin/update
index 7c37c36904..55ac10b95d 100644
--- a/defaultenv/bin/update
+++ b/defaultenv/bin/update
@@ -40,6 +40,8 @@ elif [ x${type} = xbareboxenv ]; then
if [ x${image} = x ]; then
image=bareboxenv.bin
fi
+elif [ x${type} = xxload ]; then
+ image=$xloadimage
else
. /env/bin/_update_help
exit 1