diff options
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 12d1dfca59..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;apply=yes \ - file://0001--ARM-Kirkwood-CPU-idle-driver.patch;apply=yes \ - file://0002--ARM-Kirkwood-peripherals-clock-gating-for-power-m.patch;apply=yes \ + file://fw.patch \ + file://0001--ARM-Kirkwood-CPU-idle-driver.patch \ + file://0002--ARM-Kirkwood-peripherals-clock-gating-for-power-m.patch \ file://defconfig \ " |