From: Yann E. MORIN Date: Thu, 18 Jul 2013 21:24:12 +0000 (+0200) Subject: defconfig/rpi: bump kernel for misc fixes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a03386fba330bc1c4efce56723a2dcec80739f37;p=buildroot.git defconfig/rpi: bump kernel for misc fixes Bump for a few fixes: - fix for slow SDcards - fix for USB interrupts - fix for tracing functions Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index 3df440fa65..9d608f1466 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -17,7 +17,7 @@ BR2_DEFAULT_KERNEL_VERSION="3.6.11" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://github.com/raspberrypi/linux.git" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="53f7e0b" +BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="0006326" BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" BR2_LINUX_KERNEL_ZIMAGE=y