diff options
author | John Crispin <john@openwrt.org> | 2008-08-26 11:36:06 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-08-26 11:36:06 +0000 |
commit | 974ad00cf3082f5aa3b85efbfd52b536cd394d42 (patch) | |
tree | 02c63c72267e1e1871b0ce15c56cbe1755352463 /target/linux/etrax/patches/101-cris-eth-driver.patch | |
parent | 4d7f694c438e49f1842ce9af9da778d4c884f6a9 (diff) | |
download | upstream-974ad00cf3082f5aa3b85efbfd52b536cd394d42.tar.gz upstream-974ad00cf3082f5aa3b85efbfd52b536cd394d42.tar.bz2 upstream-974ad00cf3082f5aa3b85efbfd52b536cd394d42.zip |
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.patch | 11 |
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 0000000000..f003f50e58 --- /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 + |