summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_3.1.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
index 075e300..ced0377 100644
--- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
@@ -5,8 +5,8 @@ KERNEL_IMAGETYPE = "uImage"
5 5
6COMPATIBLE_MACHINE = "raspberrypi" 6COMPATIBLE_MACHINE = "raspberrypi"
7 7
8# This is on the pandora-3.2 branch 8# This is on the rpi-patches branch
9SRCREV = "d348f1694041b0310e42c6a471e97214eb301e91" 9SRCREV = "2fb814968753d0d4a5fdf056a3a8c9eee3c41aa6"
10 10
11SRC_URI = " \ 11SRC_URI = " \
12 git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patches \ 12 git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patches \