scripts: drop armhf uboot image

we dont ship an armv6 kernel.
This commit is contained in:
Natanael Copa 2019-12-06 18:19:27 +00:00
parent 69cfb8ebf6
commit b4a50a4bde

View File

@ -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"