Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Add unagi support
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Sep 17, 2012
1 parent 03467fc commit 3a012e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ case "$1" in
(cd device/qcom/otoro && ./extract-files.sh)
;;

"otoro")
echo DEVICE=otoro >> .tmp-config &&
"otoro"|"unagi")
echo DEVICE=$1 >> .tmp-config &&
repo_sync otoro &&
(cd device/qcom/otoro && ./extract-files.sh)
(cd device/qcom/$1 && ./extract-files.sh)
;;

"pandaboard")
Expand Down
2 changes: 1 addition & 1 deletion flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ case "$PROJECT" in
esac

case "$DEVICE" in
"otoro")
"otoro"|"unagi")
flash_fastboot nounlock $PROJECT
;;

Expand Down

0 comments on commit 3a012e1

Please sign in to comment.