summaryrefslogtreecommitdiff
path: root/target/linux/etrax/patches/101-cris-eth-driver.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-08-26 11:36:06 +0000
committerJohn Crispin <john@openwrt.org>2008-08-26 11:36:06 +0000
commit974ad00cf3082f5aa3b85efbfd52b536cd394d42 (patch)
tree02c63c72267e1e1871b0ce15c56cbe1755352463 /target/linux/etrax/patches/101-cris-eth-driver.patch
parent4d7f694c438e49f1842ce9af9da778d4c884f6a9 (diff)
downloadmtk-20170518-974ad00cf3082f5aa3b85efbfd52b536cd394d42.zip
mtk-20170518-974ad00cf3082f5aa3b85efbfd52b536cd394d42.tar.gz
mtk-20170518-974ad00cf3082f5aa3b85efbfd52b536cd394d42.tar.bz2
adds several fixes to etrax, make openssl work on etrax
SVN-Revision: 12393
Diffstat (limited to 'target/linux/etrax/patches/101-cris-eth-driver.patch')
-rw-r--r--target/linux/etrax/patches/101-cris-eth-driver.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/etrax/patches/101-cris-eth-driver.patch b/target/linux/etrax/patches/101-cris-eth-driver.patch
new file mode 100644
index 0000000..f003f50
--- /dev/null
+++ b/target/linux/etrax/patches/101-cris-eth-driver.patch
@@ -0,0 +1,11 @@
+--- linux-2.6.25.7/drivers/net/cris/eth_v10.c.orig 2008-06-24 13:37:48.000000000 +0200
++++ linux-2.6.25.7/drivers/net/cris/eth_v10.c 2008-06-24 13:37:58.000000000 +0200
+@@ -1707,7 +1707,7 @@
+ static void
+ e100_netpoll(struct net_device* netdev)
+ {
+- e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL);
++ e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev);
+ }
+ #endif
+