diff options
author | John Crispin <blogic@openwrt.org> | 2008-08-26 11:36:06 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-08-26 11:36:06 +0000 |
commit | 7426e98c67a96e159045fae02bf1355089224ffc (patch) | |
tree | 27700c3c9ce724b46110f6c223dae093321bf3fb /target/linux/etrax/patches/101-cris-eth-driver.patch | |
parent | 9f8fc52bbc87bdb1e2eddafe778f7706dd08a0d2 (diff) | |
download | master-187ad058-7426e98c67a96e159045fae02bf1355089224ffc.tar.gz master-187ad058-7426e98c67a96e159045fae02bf1355089224ffc.tar.bz2 master-187ad058-7426e98c67a96e159045fae02bf1355089224ffc.zip |
adds several fixes to etrax, make openssl work on etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12393 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 + |