From 289665170067383eb14a3d59527c5ee2f2c6a4dc Mon Sep 17 00:00:00 2001 From: wbx Date: Thu, 26 May 2005 15:55:52 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1061 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/linux/linux-2.4/patches/111-netdev_random_et.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/linux/linux-2.4/patches/111-netdev_random_et.patch (limited to 'package/linux/linux-2.4/patches/111-netdev_random_et.patch') diff --git a/package/linux/linux-2.4/patches/111-netdev_random_et.patch b/package/linux/linux-2.4/patches/111-netdev_random_et.patch new file mode 100644 index 000000000..e14a43c35 --- /dev/null +++ b/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; + } -- cgit v1.2.3