diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-13 16:10:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-13 16:10:44 +0000 |
commit | 1729d4a89c16e0f5e9b8901f6be0fef0da45ef56 (patch) | |
tree | 7720ab6097cdcb6667d242c4e4dfa7898448e8e5 /scripts | |
parent | bcb6feb8283f565da1b62082d9ebe8466f7e5e94 (diff) | |
download | aports-1729d4a89c16e0f5e9b8901f6be0fef0da45ef56.tar.bz2 aports-1729d4a89c16e0f5e9b8901f6be0fef0da45ef56.tar.xz |
scripts/mkimg.arm.sh: update firmware commit
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkimg.arm.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mkimg.arm.sh b/scripts/mkimg.arm.sh index 0638628383..da47f81270 100755 --- a/scripts/mkimg.arm.sh +++ b/scripts/mkimg.arm.sh @@ -52,7 +52,8 @@ profile_rpi() { And much more..." image_ext="tar.gz" arch="armhf" - rpi_firmware_commit="27993e5acf86d1629428ed1a601e86ecd5e5a1df" + # for 4.14 kernel: https://github.com/raspberrypi/firmware/tree/next + rpi_firmware_commit="4c9ff4884879c4114796eafb297a5c1ac04cba9a" kernel_flavors="rpi rpi2" kernel_cmdline="dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1" initrd_features="base bootchart squashfs ext4 f2fs kms mmc raid scsi usb" |