blob: acbd2250cd1958ed92cde92320e37477c42b0742 (
plain)
1
2
3
4
5
6
7
8
9
|
LINUX_VERSION ?= "4.14.58"
SRCREV = "a06f9e522301dfacc1f382d72e6a9792d8350328"
SRC_URI = " \
git://github.com/raspberrypi/linux.git;branch=rpi-4.14.y \
file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \
"
require linux-raspberrypi.inc
|