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 ced0377..83f1dcc 100644
--- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
@@ -1,7 +1,7 @@
1require linux.inc 1require linux.inc
2 2
3DESCRIPTION = "Linux kernel for the OpenPandora handheld" 3DESCRIPTION = "Linux kernel for the RaspberryPi board"
4KERNEL_IMAGETYPE = "uImage" 4KERNEL_IMAGETYPE = "zImage"
5 5
6COMPATIBLE_MACHINE = "raspberrypi" 6COMPATIBLE_MACHINE = "raspberrypi"
7 7