diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/linux/linux-kirkwood_2.6.29.5.bb | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux-kirkwood_2.6.29.5.bb')
-rw-r--r-- | recipes/linux/linux-kirkwood_2.6.29.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/linux/linux-kirkwood_2.6.29.5.bb b/recipes/linux/linux-kirkwood_2.6.29.5.bb index 668c06aa81..47c2998d3f 100644 --- a/recipes/linux/linux-kirkwood_2.6.29.5.bb +++ b/recipes/linux/linux-kirkwood_2.6.29.5.bb @@ -12,9 +12,9 @@ PR_append = "+gitr${SRCREV}" SRCREV = "70deca35020a5dc3bd3c228bd46852cab77a7f6b" SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.29 \ - file://fw.patch;patch=1 \ - file://0001--ARM-Kirkwood-CPU-idle-driver.patch;patch=1 \ - file://0002--ARM-Kirkwood-peripherals-clock-gating-for-power-m.patch;patch=1 \ + file://fw.patch \ + file://0001--ARM-Kirkwood-CPU-idle-driver.patch \ + file://0002--ARM-Kirkwood-peripherals-clock-gating-for-power-m.patch \ file://defconfig \ " |