aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.arm.sh
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-06 18:19:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-06 18:21:14 +0000
commitb4a50a4bdeac8a3d992b610d87f4af14e1cc9991 (patch)
treea72b820b3ced97db82bcfff83677a0f52f4eddfb /scripts/mkimg.arm.sh
parent69cfb8ebf6e3535ae93fd1e09746bd8c684acf0d (diff)
scripts: drop armhf uboot image
we dont ship an armv6 kernel.
Diffstat (limited to 'scripts/mkimg.arm.sh')
-rwxr-xr-xscripts/mkimg.arm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mkimg.arm.sh b/scripts/mkimg.arm.sh
index 1221e84915b..7bccade8cd4 100755
--- a/scripts/mkimg.arm.sh
+++ b/scripts/mkimg.arm.sh
@@ -115,9 +115,9 @@ profile_uboot() {
title="Generic ARM"
desc="Has default ARM kernel.
Includes the uboot bootloader.
- Supports armhf and aarch64."
+ Supports armv7 and aarch64."
image_ext="tar.gz"
- arch="aarch64 armhf armv7"
+ arch="aarch64 armv7"
kernel_flavors="lts"
kernel_addons="xtables-addons"
initfs_features="base bootchart squashfs ext4 kms mmc raid scsi usb"