diff options
author | 2017-03-05 16:06:09 +0000 | |
---|---|---|
committer | 2017-03-05 21:25:51 +0100 | |
commit | 56a9ede19c83c3ca709958fe4d1fc628fe0b9034 (patch) | |
tree | a3e6b73c634b4a4791cad912490ec51c7676c8e2 /configs | |
parent | 8afcdb0e4069e05264f679204710cb0c5d53484b (diff) | |
download | buildroot-56a9ede19c83c3ca709958fe4d1fc628fe0b9034.tar.gz buildroot-56a9ede19c83c3ca709958fe4d1fc628fe0b9034.tar.bz2 |
configs/raspberrypi_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/raspberrypi_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index 6af9fb3001..8c9635f9fc 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -4,15 +4,15 @@ BR2_ARM_EABIHF=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_TOOLCHAIN_BUILDROOT_CXX=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="bcmrpi" # Build the DTBs for A/B, A+/B+ and compute module from the kernel sources |