diff options
| author | Peter Seiderer <ps.report@gmx.net> | 2016-04-23 18:46:23 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-23 21:24:11 +0200 |
| commit | b21e575c0157bc54c4469cc6a0300e0689bf7258 (patch) | |
| tree | fac78d41e823c4204c26232df0fc0fe083854729 | |
| parent | de56d58e5d26d78161ca3b7a1a2a4decfe4e89db (diff) | |
| download | buildroot-b21e575c0157bc54c4469cc6a0300e0689bf7258.tar.gz buildroot-b21e575c0157bc54c4469cc6a0300e0689bf7258.zip | |
raspberrypi_defconfig: bump to kernel version 4.4.7
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -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 8d13381105..70818c9ca4 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.1 series -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y +# Linux headers same as kernel, a 4.4 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=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="d33d0293e245badc4ca6ede3984d8bb8ea63cb1a" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="3de232825c9ba5989522b8691eb6ac5df6619458" BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" # Build the DTBs for A/B, A+/B+ and compute module from the kernel sources |

