Skip to content
Snippets Groups Projects
Commit 01d6d8ea authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/mkimg.arm.sh: improve description for Pi images

Give better clues which image is for which Pi

fixes alpine/aports#15595

(cherry picked from commit 50a7c81b)
parent 51e24f32
No related branches found
No related tags found
1 merge request!65040Mistake
...@@ -39,9 +39,9 @@ section_rpi_config() { ...@@ -39,9 +39,9 @@ section_rpi_config() {
profile_rpi() { profile_rpi() {
profile_base profile_base
title="Raspberry Pi" title="Raspberry Pi"
desc="Includes Raspberry Pi kernel. desc="First generation Pis including Zero/W (armhf).
Designed for RPI 1, 2, 3, 4 and 5 Pi 2 to Pi 3+ generations (armv7).
And much more..." Pi 3 to Pi 5 generations (aarch64)."
image_ext="tar.gz" image_ext="tar.gz"
arch="aarch64 armhf armv7" arch="aarch64 armhf armv7"
kernel_flavors="rpi" kernel_flavors="rpi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment