diff options
author | Martin Bark <martin@barkynet.com> | 2017-04-14 16:32:26 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-14 22:25:00 +0200 |
commit | c531a2100a83658dcd1d6c36a2a577a4d2bd853c (patch) | |
tree | 1e3337a480a9eba008bfdf10e5663df53e5ab9e0 | |
parent | f135942f2c0424aaa6eee00b8f75efb776153746 (diff) | |
download | buildroot-c531a2100a83658dcd1d6c36a2a577a4d2bd853c.tar.gz buildroot-c531a2100a83658dcd1d6c36a2a577a4d2bd853c.zip |
configs/raspberrypi_defconfig: bump version to 4.9.21
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/raspberrypi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index 8c9635f9fc..c54080d4c9 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -12,7 +12,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="935c7ce84c982a26f567a03a58a1537424569938" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="5e4ee836560d4c0371e109bf469e1ad808ae7a44" BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" # Build the DTBs for A/B, A+/B+ and compute module from the kernel sources |