git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c4f98
)
zaurus-updater: add c3200 support
author
Koen Kooi
<koen@openembedded.org>
Wed, 11 Oct 2006 12:50:09 +0000
(12:50 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 11 Oct 2006 12:50:09 +0000
(12:50 +0000)
* please keep fixes from your private branches in sync with .dev...
packages/zaurus-updater/spitz/updater.sh
patch
|
blob
|
history
diff --git
a/packages/zaurus-updater/spitz/updater.sh
b/packages/zaurus-updater/spitz/updater.sh
index
07d81b1
..
a748334
100755
(executable)
--- a/
packages/zaurus-updater/spitz/updater.sh
+++ b/
packages/zaurus-updater/spitz/updater.sh
@@
-81,7
+81,7
@@
fi
### Check model ###
/sbin/writerominfo
MODEL=`cat /proc/deviceinfo/product`
-if [ "$MODEL" != "SL-C3000" ] && [ "$MODEL" != "SL-C3100" ]
+if [ "$MODEL" != "SL-C3000" ] && [ "$MODEL" != "SL-C3100" ]
&& [ "$MODEL" != "SL-C3200" ]
then
echo 'MODEL:'$MODEL
echo 'ERROR:Invalid model!'