diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-05-26 15:55:52 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-05-26 15:55:52 +0000 |
commit | 548c3308d3c463abe20c80da2f5874aa28755bc5 (patch) | |
tree | 02084065fa1665595016a6b33a4fc6421bd37e70 /openwrt/package/linux/linux-2.4/patches/111-netdev_random_et.patch | |
parent | 9677bb2d2d29cd062f90236fbb015b1ea56633df (diff) | |
download | mtk-20170518-548c3308d3c463abe20c80da2f5874aa28755bc5.zip mtk-20170518-548c3308d3c463abe20c80da2f5874aa28755bc5.tar.gz mtk-20170518-548c3308d3c463abe20c80da2f5874aa28755bc5.tar.bz2 |
add all patches in a well defined form. added with cvs -ko to disable keyword substitution. 001-bcm47xx.patch contains new source code from Asus GPL package 1941. the stuff need a lot of testing. please add information about existing and new kernel patches into ../README
SVN-Revision: 1061
Diffstat (limited to 'openwrt/package/linux/linux-2.4/patches/111-netdev_random_et.patch')
-rw-r--r-- | openwrt/package/linux/linux-2.4/patches/111-netdev_random_et.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/linux/linux-2.4/patches/111-netdev_random_et.patch b/openwrt/package/linux/linux-2.4/patches/111-netdev_random_et.patch new file mode 100644 index 0000000..e14a43c --- /dev/null +++ b/openwrt/package/linux/linux-2.4/patches/111-netdev_random_et.patch @@ -0,0 +1,11 @@ +--- linux-2.4.30.old/drivers/net/et/et_linux.c 2005-05-05 02:53:35.000000000 +0200 ++++ linux-2.4.30/drivers/net/et/et_linux.c 2005-05-05 02:54:01.000000000 +0200 +@@ -192,7 +192,7 @@ + #endif + + /* register our interrupt handler */ +- if (request_irq(pdev->irq, et_isr, SA_SHIRQ, dev->name, et)) { ++ if (request_irq(pdev->irq, et_isr, SA_SHIRQ | SA_NET_RANDOM, dev->name, et)) { + ET_ERROR(("et%d: request_irq() failed\n", unit)); + goto fail; + } |