diff options
Diffstat (limited to 'recipes/linux/linux_2.6.29+2.6.30-rc5.bb')
-rw-r--r-- | recipes/linux/linux_2.6.29+2.6.30-rc5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.29+2.6.30-rc5.bb b/recipes/linux/linux_2.6.29+2.6.30-rc5.bb index b530d6f35e..aa8fdb22ab 100644 --- a/recipes/linux/linux_2.6.29+2.6.30-rc5.bb +++ b/recipes/linux/linux_2.6.29+2.6.30-rc5.bb @@ -19,7 +19,7 @@ DEFAULT_PREFERENCE_spitz = "-1" DEFAULT_PREFERENCE_tosa = "-1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${OLD_KERNEL_RELEASE}.tar.bz2;name=kernel \ - ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/v2.6.30/patch-${KERNEL_RELEASE}.bz2;patch=1;name=patch \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/v2.6.30/patch-${KERNEL_RELEASE}.bz2;apply=yes;name=patch \ file://defconfig" |