diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux-kirkwood_2.6.29.2.bb (renamed from recipes/linux/linux-kirkwood_2.6.29.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-kirkwood_2.6.29.1.bb b/recipes/linux/linux-kirkwood_2.6.29.2.bb index 531f520497..0e349362db 100644 --- a/recipes/linux/linux-kirkwood_2.6.29.1.bb +++ b/recipes/linux/linux-kirkwood_2.6.29.2.bb @@ -6,11 +6,11 @@ COMPATIBLE_MACHINE = "sheevaplug" require linux.inc # Change MACHINE_KERNEL_PR in conf/machine/include/kirkwood.inc -PV = "2.6.29.1" +PV = "2.6.29.2" PR_append = "+gitr${SRCREV}" #PV = "2.6.28+2.6.29rc7-${PR}+gitr${SRCREV}" -SRCREV = "f66f1d49e6d8617a07b07681c684083e48547eef" +SRCREV = "10a12868405319fbf114af2bde9789aa64c34144" SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.29 \ file://fw.patch;patch=1 \ file://defconfig \ |