aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zaurus-utils
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-04-20 02:24:05 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-04-20 02:24:05 +0200
commitae8e15aedef94ba49e960f7aea10960657f3b9ae (patch)
treef4589e93309b4c1f1c5cde48e227589c47419f2c /recipes/zaurus-utils
parent9583349ba3282ee3190bd0e2f3b8a012dd9e90d8 (diff)
downloadopenembedded-ae8e15aedef94ba49e960f7aea10960657f3b9ae.tar.gz
zaurus-updater: remove forgotten todo and split the version check
Diffstat (limited to 'recipes/zaurus-utils')
-rw-r--r--recipes/zaurus-utils/zaurus-updater/updater.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/zaurus-utils/zaurus-updater/updater.sh b/recipes/zaurus-utils/zaurus-updater/updater.sh
index c8c7b9a03d..e9857afd35 100644
--- a/recipes/zaurus-utils/zaurus-updater/updater.sh
+++ b/recipes/zaurus-utils/zaurus-updater/updater.sh
@@ -54,7 +54,6 @@
#
# 2010.04.18 Andrea 'ant' Adami
# - Add support for flashing pure jffs2 rootfs, without Sharp headers
-# (ToDo: rename it rootfs or rootfs.bin instead of initrd.bin?)
# Set to "yes" to enable
ENABLE_UBOOT_UPDATER="no"
@@ -204,7 +203,7 @@ do_flashing()
#check version (common to all models)
/sbin/bcut -s 6 -o $TMPDATA $TMPHEAD
- if [ `cat $TMPDATA` != "SHARP!" ] && [ `cat $TMPDATA` != "OZ!3.1" ] > /dev/null 2>&1
+ if [ `cat $TMPDATA` != "SHARP!" ] > /dev/null 2>&1
then
#check for known fake headers
if [ `cat $TMPDATA` != "OZ!3.1" ] > /dev/null 2>&1