Fix Pi Zero file extension

This commit is contained in:
Scott Shawcroft 2022-01-07 16:31:21 -08:00
parent bec36f5c7f
commit 44997523e1
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -72,6 +72,7 @@ extension_by_board = {
"ai_thinker_esp32-c3s": BIN, "ai_thinker_esp32-c3s": BIN,
"microdev_micro_c3": BIN, "microdev_micro_c3": BIN,
# broadcom # broadcom
"raspberrypi_zero": KERNEL_IMG,
"raspberrypi_zero_w": KERNEL_IMG, "raspberrypi_zero_w": KERNEL_IMG,
} }