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

scripts: add back rpi kernel to armhf

parent ea086453
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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