diff options
author | Benoît Mauduit <bmauduit@beneth.fr> | 2016-04-27 23:20:59 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-04-28 08:52:39 +0200 |
commit | fee318a9df05dc11704c9a3a5afff39f5db6d346 (patch) | |
tree | 20466c76c8a00aa6b51479396c2ad36c994ef055 | |
parent | fbd4284f20603da29764c870ad42e16a096434c7 (diff) | |
download | buildroot-fee318a9df05dc11704c9a3a5afff39f5db6d346.tar.gz buildroot-fee318a9df05dc11704c9a3a5afff39f5db6d346.zip |
raspberrypi2_defconfig: bump to kernel version 4.4.8
Signed-off-by: Benoît Mauduit <bmauduit@beneth.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/raspberrypi2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig index 69a54033e1..e45a970eca 100644 --- a/configs/raspberrypi2_defconfig +++ b/configs/raspberrypi2_defconfig @@ -13,7 +13,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=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="3de232825c9ba5989522b8691eb6ac5df6619458" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="26f3b72a9c049be10e6af196252283e1f6ab9d1f" BR2_LINUX_KERNEL_DEFCONFIG="bcm2709" # Build the DTB from the kernel sources |