diff options
author | Bruno Randolf <br1@subnet.at> | 2004-12-01 15:57:56 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-12-01 15:57:56 +0000 |
commit | 18f42e0e09f166bdf451b610d68274c7714740f3 (patch) | |
tree | 8c49d8bdc9cce0ce8aef5503f9626f2c8836d6d1 /linux | |
parent | 1d51f7aeff0e1205935856fae9713eda58d2c33e (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages
into null.(none):/data/mtx/oe/packages
2004/12/01 16:48:56+01:00 (none)!br1
prism54 driver: use firmware 1.0.3.0, it's reported to be more stable than newer versions
2004/12/01 16:47:41+01:00 (none)!br1
mtx-1 kernel: add coherent-pci patch
2004/12/01 09:56:01+01:00 (none)!br1
unik-olsrd_cvs: adapt to CVS build changes
BKrev: 41adea04AFD0kyRPibeWDnM1vRkvwA
Diffstat (limited to 'linux')
-rw-r--r-- | linux/linux-mtx-1-2.4.27/15-au1000-pci-fixup-non-coherent-pre-ac.diff | 0 | ||||
-rw-r--r-- | linux/linux-mtx-1_2.4.27.oe | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/linux/linux-mtx-1-2.4.27/15-au1000-pci-fixup-non-coherent-pre-ac.diff b/linux/linux-mtx-1-2.4.27/15-au1000-pci-fixup-non-coherent-pre-ac.diff new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/linux/linux-mtx-1-2.4.27/15-au1000-pci-fixup-non-coherent-pre-ac.diff diff --git a/linux/linux-mtx-1_2.4.27.oe b/linux/linux-mtx-1_2.4.27.oe index 855e97e578..a6f6cd4769 100644 --- a/linux/linux-mtx-1_2.4.27.oe +++ b/linux/linux-mtx-1_2.4.27.oe @@ -21,6 +21,7 @@ SRC_URI = "cvs://cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_27 \ file://12-openswan-2.2.0-nat-t.diff;patch=1 \ file://13-openswan-2.2.0.patch;patch=1 \ file://14-au1000-eth-link-beat.diff;patch=1 \ + file://15-au1000-pci-fixup-non-coherent-pre-ac.diff;patch=1 \ file://defconfig-mtx-1" S = "${WORKDIR}/linux" |