summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2017-03-05 16:06:11 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-05 21:25:51 +0100
commit8144cfacd4ccd46c1ded4fa12e5c358d281a9b3c (patch)
treed5aa56ae9224934a943d07e44879df9a73c2aa74 /configs
parent6315fab5fc3b47a9f2cbd2531ddec7faf33b1382 (diff)
downloadbuildroot-8144cfacd4ccd46c1ded4fa12e5c358d281a9b3c.tar.gz
buildroot-8144cfacd4ccd46c1ded4fa12e5c358d281a9b3c.zip
configs/raspberrypi2_defconfig: bump kernel version to 4.9.13
Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/raspberrypi2_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
index 1ec92e755d..55765b3688 100644
--- a/configs/raspberrypi2_defconfig
+++ b/configs/raspberrypi2_defconfig
@@ -7,13 +7,13 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_SYSTEM_DHCP="eth0"
-# Linux headers same as kernel, a 4.4 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
+# Linux headers same as kernel, a 4.9 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="1ebe8d4a4c96cd6a90805c74233a468854960f67"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="935c7ce84c982a26f567a03a58a1537424569938"
BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
# Build the DTB from the kernel sources
OpenPOWER on IntegriCloud