summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-06-06 19:57:03 +0000
committerJohn Crispin <john@openwrt.org>2008-06-06 19:57:03 +0000
commit28051f319c8fc6630ccc50d9b561ac87745c8937 (patch)
tree7acda8860793312b199dba60fa4414bba2fd0e87
parentdaa89fdcfcf768ef93ba1b62485eb0b060cc9bd2 (diff)
downloadmaster-31e0f0ae-28051f319c8fc6630ccc50d9b561ac87745c8937.tar.gz
master-31e0f0ae-28051f319c8fc6630ccc50d9b561ac87745c8937.tar.bz2
master-31e0f0ae-28051f319c8fc6630ccc50d9b561ac87745c8937.zip
fixes au1000 ethernet support, signed off: Bruno Randolf
SVN-Revision: 11382
-rw-r--r--target/linux/au1000/patches/016-net-irq.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/au1000/patches/016-net-irq.patch b/target/linux/au1000/patches/016-net-irq.patch
new file mode 100644
index 0000000000..565e7a4dde
--- /dev/null
+++ b/target/linux/au1000/patches/016-net-irq.patch
@@ -0,0 +1,12 @@
+Index: linux-2.6.25.4/include/asm-mips/mach-au1x00/au1000.h
+===================================================================
+--- linux-2.6.25.4.orig/include/asm-mips/mach-au1x00/au1000.h 2008-06-06 20:51:08.000000000 +0100
++++ linux-2.6.25.4/include/asm-mips/mach-au1x00/au1000.h 2008-06-06 20:51:48.000000000 +0100
+@@ -623,6 +623,7 @@
+ AU1000_RTC_MATCH1_INT,
+ AU1000_RTC_MATCH2_INT,
+ AU1500_PCI_ERR_INT,
++ AU1500_RESERVED_INT,
+ AU1000_USB_DEV_REQ_INT,
+ AU1000_USB_DEV_SUS_INT,
+ AU1000_USB_HOST_INT,