aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-04-23 08:55:11 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-04-23 08:55:11 +0000
commita9871bd0b7521a48232094152cb2327d291945e3 (patch)
tree855f6c1697594e9af308ef0ee1de0235832a92c7 /scripts
parentea086453f4619638b35d6ac0eefc9a341bc120ad (diff)
downloadaports-a9871bd0b7521a48232094152cb2327d291945e3.tar.bz2
aports-a9871bd0b7521a48232094152cb2327d291945e3.tar.xz
scripts: add back rpi kernel to armhf
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkimg.arm.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mkimg.arm.sh b/scripts/mkimg.arm.sh
index 3846840bfd..a074d6ae2d 100755
--- a/scripts/mkimg.arm.sh
+++ b/scripts/mkimg.arm.sh
@@ -76,7 +76,8 @@ profile_rpi() {
arch="aarch64 armhf armv7"
kernel_flavors="rpi"
case "$ARCH" in
- armv7|armhf) kernel_flavors="rpi2";;
+ armhf) kernel_flavors="rpi rpi2";;
+ armv7) kernel_flavors="rpi2";;
esac
kernel_cmdline="dwc_otg.lpm_enable=0 console=tty1"
initfs_features="base bootchart squashfs ext4 f2fs kms mmc raid scsi usb"