Skip to content
Snippets Groups Projects
Commit 4f1a9af5 authored by Carlo Landmeter's avatar Carlo Landmeter
Browse files

scripts: add rpi2 kernel to armhf release

ref #10155
parent 3b609fae
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ profile_rpi() {
arch="aarch64 armhf armv7"
kernel_flavors="rpi"
case "$ARCH" in
armv7) kernel_flavors="rpi2";;
armv7|armhf) 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"
......
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