diff options
author | Frank Hunleth <fhunleth@troodon-software.com> | 2015-04-29 09:36:44 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-05-01 10:23:12 +0200 |
commit | a066ff0d73ee038e200bd3e44ea17821fcdab068 (patch) | |
tree | ca557c3148bb5230ce3db1902c77e3367dddb65e | |
parent | 2d5326d9a1934c57063a80c840027f072d22c749 (diff) | |
download | buildroot-a066ff0d73ee038e200bd3e44ea17821fcdab068.tar.gz buildroot-a066ff0d73ee038e200bd3e44ea17821fcdab068.zip |
raspberrypi: bump raspberrypi_dt_defconfig kernel
This brings the raspberrypi_dt_defconfig up to the same kernel used by
the raspberrypi2_defconfig. Also changed the git URL to use HTTP for
consistency.
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/raspberrypi_dt_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/raspberrypi_dt_defconfig b/configs/raspberrypi_dt_defconfig index c727a7cdfd..991460edd2 100644 --- a/configs/raspberrypi_dt_defconfig +++ b/configs/raspberrypi_dt_defconfig @@ -11,8 +11,8 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y -BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="246530ff8a4f302b8666c6d9cf509407d8c1257a" +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="2747cc0bde4ca441691260fae1e34c9ef954ccae" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/raspberrypi/linux-3.18-rpi-dt.defconfig" BR2_LINUX_KERNEL_ZIMAGE=y |