diff options
author | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-23 19:51:43 +0000 |
---|---|---|
committer | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-23 19:51:43 +0000 |
commit | a56c24ff15fdd6f51cc2cd606c459b76388162c7 (patch) | |
tree | d1bc18257e11a024f98926541cccd519f051023d /packages/linux/ixp4xx-kernel-svnpatch.inc | |
parent | ebc27b10a358de05aa950271cea724af3e9160f0 (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.inc | 2 |
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 |