Skip to content

Commit

Permalink
Merge pull request #23 from white-gecko/feature/pp12-fix
Browse files Browse the repository at this point in the history
Fix options from #18.
  • Loading branch information
piggz authored Mar 8, 2021
2 parents 81deccd + 2df425c commit c95b024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash-it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ echo ""

# Image selection
echo -e "\e[1mWhich image do you want to flash?\e[0m"
select OPTION in "PinePhone 1.0 (Development) device" "PinePhone 1.1 (Brave Heart) device" "PineTab device" "PineTab Dev device" "Dont Be Evil devkit"; do
select OPTION in "PinePhone 1.0 (Development) device" "PinePhone 1.1 (Brave Heart) or 1.2 (Community Editions) device" "PineTab device" "PineTab Dev device" "Dont Be Evil devkit"; do
case $OPTION in
"PinePhone 1.0 (Development) device" ) ROOTFS_JOB=$ROOTFS_PINEPHONE_1_0_JOB; ROOTFS_DIR=$ROOTFS_PINEPHONE_1_0_DIR; UBOOT_DEV_DIR=$UBOOT_PINEPHONE_1_0_DIR; break;;
"PinePhone 1.1 (Brave Heart) or 1.2 (Community Editions) device" ) ROOTFS_JOB=$ROOTFS_PINEPHONE_1_1_JOB; ROOTFS_DIR=$ROOTFS_PINEPHONE_1_1_DIR; UBOOT_DEV_DIR=$UBOOT_PINEPHONE_1_1_DIR; break;;
Expand Down

0 comments on commit c95b024

Please sign in to comment.