diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-10-16 12:01:24 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-10-16 12:01:24 +0000 |
commit | 008313e2eaf472c57ab66301df90bd64ddd84b2c (patch) | |
tree | 7563c7c0142b9f1050c3a0c23b450fe37c4b52dd /packages | |
parent | 4d5766571ab5a002eacce9784fca5c59d9040210 (diff) |
ixp4xx-kernel-svnpatch: Allow the repo location to be overridden
Diffstat (limited to 'packages')
-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 30d7eee5dd..d986236d1b 100644 --- a/packages/linux/ixp4xx-kernel-svnpatch.inc +++ b/packages/linux/ixp4xx-kernel-svnpatch.inc @@ -1,6 +1,6 @@ addtask svnpatch before do_configure after do_patch -IXP4XX_KERNEL_SVN_REPO = http://svn.nslu2-linux.org/svnroot/kernel/trunk +IXP4XX_KERNEL_SVN_REPO ?= http://svn.nslu2-linux.org/svnroot/kernel/trunk do_svnpatch() { svn co ${IXP4XX_KERNEL_SVN_REPO}/patches/${IXP4XX_KERNEL_PATCH_DIR} --revision ${IXP4XX_KERNEL_SVN_REV} ${WORKDIR}/patches-${PV} |