Skip to content

Commit

Permalink
od: od-update: Add support for the Woslen PlayGo, part 2
Browse files Browse the repository at this point in the history
Writing "part 2" in the commit message makes it sound like some code was
meant to be left out from the start, and totally not an overlook on my
side.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed May 11, 2021
1 parent baa5dd3 commit 3849f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/opendingux/target_skeleton/usr/sbin/od-update
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ case "$MODEL" in
;;
esac
;;
anbernic,rg350|anbernic,rg350m|ylm,rg350|ylm,rg350m|ylm,rg280m|ylm,rg280v)
anbernic,rg350|anbernic,rg350m|ylm,rg350|ylm,rg350m|ylm,rg280m|ylm,rg280v|wolsen,playgo)
HWVARIANT_DT=$(echo $MODEL |cut -d',' -f2)
HWVARIANT_BL="rg350"
;;
Expand Down

0 comments on commit 3849f13

Please sign in to comment.