diff options
-rw-r--r-- | linux/openzaurus-2.6.5-jl1/defconfig-shepherd | 0 | ||||
-rw-r--r-- | linux/openzaurus_2.6.5-jl1.oe | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linux/openzaurus-2.6.5-jl1/defconfig-shepherd b/linux/openzaurus-2.6.5-jl1/defconfig-shepherd new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/linux/openzaurus-2.6.5-jl1/defconfig-shepherd diff --git a/linux/openzaurus_2.6.5-jl1.oe b/linux/openzaurus_2.6.5-jl1.oe index eafe0ca771..aa425da4ea 100644 --- a/linux/openzaurus_2.6.5-jl1.oe +++ b/linux/openzaurus_2.6.5-jl1.oe @@ -6,9 +6,9 @@ PV = "${KV}-${JLV}" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-${PV}" -SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${KV}.tar.bz2 \ - http://www.cs.wisc.edu/~lenz/zaurus/files/patch-${KV}-${JLV}.diff.gz;patch=1" - +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${KV}.tar.bz2 \ + http://www.cs.wisc.edu/~lenz/zaurus/files/patch-${KV}-${JLV}.diff.gz;patch=1 \ + http://sit.wisc.edu/~bjlarson2/oztesting/patch-${KV}-jlv2.diff.gz;patch=1 " S = "${WORKDIR}/linux-${KV}" inherit kernel |