diff options
-rw-r--r-- | packages/linux/linux-neuros_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-neuros_git.bb b/packages/linux/linux-neuros_git.bb index 77b68decf6..4ef70bf578 100644 --- a/packages/linux/linux-neuros_git.bb +++ b/packages/linux/linux-neuros_git.bb @@ -2,10 +2,10 @@ require linux.inc DESCRIPTION = "Linux kernel for Neuros OSD devices" -SRCREV = "3560f6dca0c8dd97d9e2a935f68303effb3b8cc5" +SRCREV = "d3e362827237bd002b0ea2d0e2f5ee688bcb5332" PV = "2.6.23-${PR}+git${SRCREV}" -PR = "r10" +PR = "r11" COMPATIBLE_MACHINE = "(neuros-osd|neuros-osd2)" |