diff options
author | Martin Bark <martin@barkynet.com> | 2017-07-13 13:22:29 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-15 23:16:36 +0200 |
commit | 3aed1afd3578f52623ff588d5cf1060fceedb600 (patch) | |
tree | 6de3152a35d2af9dcfc5a58a5629253b24ed1b5f | |
parent | ff94fdc63eddc0684047b3d4db68b87c4059aa49 (diff) | |
download | buildroot-3aed1afd3578f52623ff588d5cf1060fceedb600.tar.gz buildroot-3aed1afd3578f52623ff588d5cf1060fceedb600.zip |
configs/raspberrypi0_defconfig: bump kernel version to 4.9.36
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/raspberrypi0_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/raspberrypi0_defconfig b/configs/raspberrypi0_defconfig index 10947b8f1a..c193d89e0f 100644 --- a/configs/raspberrypi0_defconfig +++ b/configs/raspberrypi0_defconfig @@ -10,7 +10,7 @@ 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="5e4ee836560d4c0371e109bf469e1ad808ae7a44" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="9126e25b0934bd7bd843763310ea4b34c6e139d0" BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" # Build the DTBs for A/B from the kernel sources: the zero is the same |