zaurus-updater: Add C3200 support from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2652 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-09-02 14:24:03 +00:00
parent e223238b1b
commit a2ca87c031
2 changed files with 2 additions and 2 deletions

View File

@@ -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!'

View File

@@ -1,7 +1,7 @@
DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update"
DEPENDS = "encdec-updater-native"
LICENSE = "zaurus-updater"
PR = "r5"
PR = "r6"
PACKAGES = ""
PACKAGE_ARCH = "${MACHINE_ARCH}"