Skip to content

Commit e1506e1

Browse files
committed
image - update rpi2 image name/meta data to include Zero 2 W
1 parent e12f285 commit e1506e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/admin/image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ function platform_image() {
327327
image_platform="RPI 1/Zero"
328328
;;
329329
rpi2)
330-
image_base+="rpi2_3"
331-
image_platform="RPI 2/3"
330+
image_base+="rpi2_3_zero2w"
331+
image_platform="RPI 2/3/Zero 2 W"
332332
;;
333333
rpi3)
334334
image_base+="rpi3"

0 commit comments

Comments
 (0)