File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -56,20 +56,17 @@ sudo curl -L --output /usr/bin/rpi-update https://github.com/raw/Hexx
56
56
touch /boot/start.elf
57
57
mkdir /lib/modules
58
58
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"
63
60
64
61
case $KERNEL_VERSION in
65
62
" 4.4.9" )
66
63
KERNEL_REV=" 884"
67
64
KERNEL_COMMIT=" 15ffab5493d74b12194e6bfc5bbb1c0f71140155"
68
65
FIRMWARE_COMMIT=" 9108b7f712f78cbefe45891bfa852d9347989529"
69
66
;;
70
- " 4.9.31 " )
71
- KERNEL_REV=" 1005 "
72
- KERNEL_COMMIT=" 9e6a1a545ef33ac6cc3805845cb3ecac26514a41 "
67
+ " 4.9.36 " )
68
+ KERNEL_REV=" 1015 "
69
+ KERNEL_COMMIT=" 400f6d196503e50b87025b888169f30214bc0f19 "
73
70
FIRMWARE_COMMIT=$KERNEL_COMMIT
74
71
;;
75
72
esac
You can’t perform that action at this time.
0 commit comments