mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
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:
@@ -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!'
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user