summaryrefslogtreecommitdiff
path: root/packages/linux/ixp4xx-kernel-svnpatch.inc
diff options
context:
space:
mode:
authorMichael-Luke Jones <mlj28@cam.ac.uk>2006-09-23 19:51:43 +0000
committerMichael-Luke Jones <mlj28@cam.ac.uk>2006-09-23 19:51:43 +0000
commita56c24ff15fdd6f51cc2cd606c459b76388162c7 (patch)
treed1bc18257e11a024f98926541cccd519f051023d /packages/linux/ixp4xx-kernel-svnpatch.inc
parentebc27b10a358de05aa950271cea724af3e9160f0 (diff)
ixp4xx-kernel: Update to grab patches from trunk
Diffstat (limited to 'packages/linux/ixp4xx-kernel-svnpatch.inc')
-rw-r--r--packages/linux/ixp4xx-kernel-svnpatch.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel-svnpatch.inc b/packages/linux/ixp4xx-kernel-svnpatch.inc
index ab122ca67f..3acd06d3ac 100644
--- a/packages/linux/ixp4xx-kernel-svnpatch.inc
+++ b/packages/linux/ixp4xx-kernel-svnpatch.inc
@@ -1,7 +1,7 @@
addtask svnpatch before do_configure after do_patch
do_svnpatch() {
- svn co http://svn.nslu2-linux.org/svnroot/kernel/branches/ixp_npe/patches/${PV} --revision ${IXP4XX_KERNEL_SVN_REV} ${WORKDIR}/patches-${PV}
+ svn co http://svn.nslu2-linux.org/svnroot/kernel/trunk/patches/${PV} --revision ${IXP4XX_KERNEL_SVN_REV} ${WORKDIR}/patches-${PV}
cp ${WORKDIR}/patches-${PV}/defconfig ${WORKDIR}/defconfig
rm -rf ${S}/patches
cd ${S} && ln -s ${WORKDIR}/patches-${PV} ${S}/patches