Skip to content

Commit

Permalink
Merge pull request andreasgal#285 from prcxuying/master
Browse files Browse the repository at this point in the history
Bug 925628 - [Fugu][B2G]Add fugu device for B2G and b2g-mainifest repositories on git-hub webstie
  • Loading branch information
marcofreda527 committed Oct 31, 2013
2 parents e165f62 + 6cbf482 commit 0b62597
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ case "$1" in
repo_sync $1
;;

"fugu")
echo DEVICE=sp7710ga_gonk >> .tmp-config &&
echo LUNCH=sp7710ga_gonk-eng >> .tmp-config &&
echo TARGET_HVGA_ENABLE=true >> .tmp-config &&
echo GONK_VERSION=SP7710_13A_W13.39.7 >> .tmp-config &&
repo_sync $1
;;

"tara")
echo DEVICE=sp8810ea >> .tmp-config &&
echo LUNCH=sp8810eabase-eng >> .tmp-config &&
Expand Down Expand Up @@ -154,6 +162,7 @@ case "$1" in
echo - hamachi
echo - helix
echo - wasabi
echo - fugu
echo - tara
echo - pandaboard
echo - emulator
Expand Down
2 changes: 1 addition & 1 deletion flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ case "$DEVICE" in
exit $?
;;

"otoro"|"unagi"|"keon"|"peak"|"inari"|"sp8810ea"|"wasabi")
"otoro"|"unagi"|"keon"|"peak"|"inari"|"sp8810ea"|"sp7710"*|"wasabi")
flash_fastboot nounlock $PROJECT
;;

Expand Down

0 comments on commit 0b62597

Please sign in to comment.