aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.arm.sh
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-05-29 14:46:41 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-30 13:28:57 +0200
commit21c35028cd0ee91e6032a19465170cbb48e8f30f (patch)
tree42347af81d3e2b7ea4bfcfb87f2d0092fca5f30e /scripts/mkimg.arm.sh
parent3bc59080c93d008e276815009bf0b69c6bf3f4d6 (diff)
downloadaports-21c35028cd0ee91e6032a19465170cbb48e8f30f.tar.bz2
aports-21c35028cd0ee91e6032a19465170cbb48e8f30f.tar.xz
scripts/mkimg.*: add title and description
Diffstat (limited to 'scripts/mkimg.arm.sh')
-rwxr-xr-xscripts/mkimg.arm.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/mkimg.arm.sh b/scripts/mkimg.arm.sh
index d2be7d78c0..68578d26c1 100755
--- a/scripts/mkimg.arm.sh
+++ b/scripts/mkimg.arm.sh
@@ -46,6 +46,10 @@ section_rpi_config() {
profile_rpi() {
profile_base
+ title="Raspberry Pi"
+ desc="Includes Raspberry Pi kernel.
+ Does not include grsec patchset.
+ And much more..."
image_ext="tar.gz"
arch="armhf"
rpi_firmware_commit="debe2d29bbc3df84f74672fae47f3a52fd0d40f1"
@@ -76,6 +80,10 @@ section_uboot() {
profile_uboot() {
profile_base
+ title="Generic ARM"
+ desc="Has default ARM kernel.
+ Includes the uboot bootloader.
+ Supports armhf and aarch64."
image_ext="tar.gz"
arch="aarch64 armhf armv7"
case "$ARCH" in