diff options
author | John Crispin <john@openwrt.org> | 2008-06-06 19:57:03 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-06-06 19:57:03 +0000 |
commit | 28051f319c8fc6630ccc50d9b561ac87745c8937 (patch) | |
tree | 7acda8860793312b199dba60fa4414bba2fd0e87 /target | |
parent | daa89fdcfcf768ef93ba1b62485eb0b060cc9bd2 (diff) | |
download | upstream-28051f319c8fc6630ccc50d9b561ac87745c8937.tar.gz upstream-28051f319c8fc6630ccc50d9b561ac87745c8937.tar.bz2 upstream-28051f319c8fc6630ccc50d9b561ac87745c8937.zip |
fixes au1000 ethernet support, signed off: Bruno Randolf
SVN-Revision: 11382
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/au1000/patches/016-net-irq.patch | 12 |
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, |