Skip to content

Commit 5ba421b

Browse files
committed
pi kernel to 4.9.36
1 parent 6f82d92 commit 5ba421b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

scripts/raspberryconfig.sh

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,17 @@ sudo curl -L --output /usr/bin/rpi-update https://github.com/raw/Hexx
5656
touch /boot/start.elf
5757
mkdir /lib/modules
5858

59-
# Kernel 4.4.9 for Pi3 Support
60-
# see https://github.com/raspberrypi/firmware/commit/cc6d7bf8b4c03a2a660ff9fdf4083fc165620866
61-
# and https://github.com/Hexxeh/rpi-firmware/issues/118
62-
KERNEL_VERSION="4.9.31"
59+
KERNEL_VERSION="4.9.36"
6360

6461
case $KERNEL_VERSION in
6562
"4.4.9")
6663
KERNEL_REV="884"
6764
KERNEL_COMMIT="15ffab5493d74b12194e6bfc5bbb1c0f71140155"
6865
FIRMWARE_COMMIT="9108b7f712f78cbefe45891bfa852d9347989529"
6966
;;
70-
"4.9.31")
71-
KERNEL_REV="1005"
72-
KERNEL_COMMIT="9e6a1a545ef33ac6cc3805845cb3ecac26514a41"
67+
"4.9.36")
68+
KERNEL_REV="1015"
69+
KERNEL_COMMIT="400f6d196503e50b87025b888169f30214bc0f19"
7370
FIRMWARE_COMMIT=$KERNEL_COMMIT
7471
;;
7572
esac

0 commit comments

Comments
 (0)