scripts: Add support to scripts for spitz images

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1216 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-01-30 12:23:57 +00:00
parent 9604533009
commit 3cce9ba903
4 changed files with 58 additions and 13 deletions

View File

@@ -40,6 +40,9 @@ else
if [ "$MACHINE" = "akita" ]; then
TYPE="jffs2"
fi
if [ "$MACHINE" = "spitz" ]; then
TYPE="ext3"
fi
HDIMAGE=$2
fi