system: lctr-rpi: update rpi kernel version to 4.14.

This commit is contained in:
Pedro Gonçalves 2018-12-12 14:29:18 +00:00
parent f5cb62393d
commit 286dcd752b
2 changed files with 6304 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ cfg_eth_ext_gw='10.0.0.1'
cfg_terminal='tty1'
cfg_partitions=\
(
rpi-boot BOOT0 512B 32MiB
root root0 32MiB 544MiB
data data0 544MiB -1
rpi-boot BOOT0 512B 64MiB
root root0 64MiB 576MiB
data data0 576MiB -1
)