From: Yann E. MORIN Date: Thu, 8 May 2014 21:11:02 +0000 (+0200) Subject: configs: bump kernel used for the RPi X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c87bb5f5d676442110e0e0b4f0627df4620f1228;p=buildroot.git configs: bump kernel used for the RPi Fixes some USB-related bugs. Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index 4fba6c7f7e..d0c5813967 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -16,7 +16,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=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="81bd944c02f65f706ad257f113fd5b2f62cdd03f" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="b09a27249d61475e4423607f7632a5aa6e7b3a53" BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi_quick" BR2_LINUX_KERNEL_ZIMAGE=y