diff options
Diffstat (limited to 'recipes/linux/linux-epia_2.6.8.1.bb')
-rw-r--r-- | recipes/linux/linux-epia_2.6.8.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-epia_2.6.8.1.bb b/recipes/linux/linux-epia_2.6.8.1.bb index fd59dca972..163bd1ffa2 100644 --- a/recipes/linux/linux-epia_2.6.8.1.bb +++ b/recipes/linux/linux-epia_2.6.8.1.bb @@ -4,8 +4,8 @@ LICENSE = "GPLv2" PR = "r15" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ - http://www.epiawiki.org/files/epia_kernel/patch-2.6.8.1-epia1.bz2;patch=1;name=patch1 \ - http://hem.bredband.net/ekmlar/patch-vt1211-2.6.txt;patch=1;name=patch2 \ + http://www.epiawiki.org/files/epia_kernel/patch-2.6.8.1-epia1.bz2;apply=yes;name=patch1 \ + http://hem.bredband.net/ekmlar/patch-vt1211-2.6.txt;apply=yes;name=patch2 \ file://epia_defconfig" S = "${WORKDIR}/linux-${PV}" |