summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rescue/Flash/scripts/rescue_common4
1 files changed, 3 insertions, 1 deletions
diff --git a/rescue/Flash/scripts/rescue_common b/rescue/Flash/scripts/rescue_common
index 676a955da..97f25385d 100644
--- a/rescue/Flash/scripts/rescue_common
+++ b/rescue/Flash/scripts/rescue_common
@@ -3,8 +3,10 @@
function detect_version() {
if has_label Share; then
version="1.0"
- else
+ elif has_label MDVUSBROOT; then
version="1.05"
+ elif has_label MDV_FLASH; then
+ version="2.0"
fi
}