diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-05-16 18:12:31 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-05-16 18:12:31 +0100 |
commit | 775236876ae21a149cd8a1e7eb15dad32c4ff84c (patch) | |
tree | 1108f63c8da07a671e7742b3870543c1a9dbbf9d /recipes/linux/linux-kirkwood_2.6.29.2.bb | |
parent | 71c53615c26094991223f503372dfbfd63f144f5 (diff) |
linux-kirkwood_2.6.29.2.bb : add kludge to allow SDHC cards to work
Diffstat (limited to 'recipes/linux/linux-kirkwood_2.6.29.2.bb')
-rw-r--r-- | recipes/linux/linux-kirkwood_2.6.29.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/linux/linux-kirkwood_2.6.29.2.bb b/recipes/linux/linux-kirkwood_2.6.29.2.bb index 0e349362db..00cdb2bea2 100644 --- a/recipes/linux/linux-kirkwood_2.6.29.2.bb +++ b/recipes/linux/linux-kirkwood_2.6.29.2.bb @@ -7,12 +7,14 @@ require linux.inc # Change MACHINE_KERNEL_PR in conf/machine/include/kirkwood.inc PV = "2.6.29.2" +PR = "r2" PR_append = "+gitr${SRCREV}" #PV = "2.6.28+2.6.29rc7-${PR}+gitr${SRCREV}" SRCREV = "10a12868405319fbf114af2bde9789aa64c34144" SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.29 \ file://fw.patch;patch=1 \ + file://mvsdio.patch;patch=1 \ file://defconfig \ " |