diff options
author | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-25 10:09:04 +0000 |
---|---|---|
committer | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-25 10:09:04 +0000 |
commit | d4c0cdb0f3c6a89c1f24efc582221339ecfd3b59 (patch) | |
tree | 6e3df2bc7f97156707abe8774809f9290ce6d486 | |
parent | daf58157f79d301fbc9559b962f3f1c547938113 (diff) | |
parent | f429059ab28d33bc9ddfbdc53b36b4d288e5ed53 (diff) |
merge of '18329693bf27e4a4c165e8105cc4ecf9477dd53b'
and 'e1007e8f66e600742b6b7b457b3e1fef1cfeb942'
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.17.bb b/packages/linux/ixp4xx-kernel_2.6.17.bb index c27f73330b..2f2dd2243b 100644 --- a/packages/linux/ixp4xx-kernel_2.6.17.bb +++ b/packages/linux/ixp4xx-kernel_2.6.17.bb @@ -12,12 +12,12 @@ PR = "r3.${PR_CONFIG}" require ixp4xx-kernel.inc -SRC_URI += "http://svn.nslu2-linux.org/svnroot/kernel/trunk/patches/2.6.17/defconfig" +SRC_URI += "http://svn.nslu2-linux.org/svnroot/kernel/archived/intel_eth/patches/2.6.17/defconfig" # IXP4XX_PATCHES - full list of patches to apply IXP4XX_PATCHES = "" -SVN_SRC = "http://svn.nslu2-linux.org/svnroot/kernel/trunk/patches/2.6.17" +SVN_SRC = "http://svn.nslu2-linux.org/svnroot/kernel/archived/intel_eth/patches/2.6.17" # IXP4XX_PATCHES += "file://06-remove-extraversion.patch;patch=1" IXP4XX_PATCHES += "${SVN_SRC}/patch-2.6.17-ide1;patch=1" |