diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-06-23 22:40:53 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-27 15:51:02 +0200 |
commit | 35bda5d79175be53d15273a3bc848e14599533e8 (patch) | |
tree | 3b059197e3bc35595bdf0f16f672eb27c8ec7ec0 /configs | |
parent | e003d66f855b4523685a4a58fb7f84106f683a9e (diff) |
configs: bump kernel in rpi_defconfig for misc fixes
Fixes in GPIOs, I2C and DMA.
And since the RPi git tree fork has a non-upstream driver
for rtl8192c WiFi USB stick, there's a fix for that, too.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rpi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index e3d0a79ee..40fd333e9 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="5d5301e" +BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="5516fc2" BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" BR2_LINUX_KERNEL_ZIMAGE=y |