summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-01-30 02:01:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-01-30 02:01:24 +0000
commitc93a94c2189d78e73bc07686a9536ee553525061 (patch)
tree020fafea857940d8b846706e35e48b34b731648c /openwrt
parent0b33dcd77079c06d8853bbe12f4d7e33cfa8db78 (diff)
downloadmtk-20170518-c93a94c2189d78e73bc07686a9536ee553525061.zip
mtk-20170518-c93a94c2189d78e73bc07686a9536ee553525061.tar.gz
mtk-20170518-c93a94c2189d78e73bc07686a9536ee553525061.tar.bz2
fix ethernet irq setting in system code for ap60/61
SVN-Revision: 3071
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/target/linux/aruba-2.6/patches/000-aruba.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch b/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch
index 98beed4..ce9cf22 100644
--- a/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch
+++ b/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch
@@ -487,7 +487,7 @@ diff -Nur linux-2.6.15/arch/mips/aruba/irq.c linux-2.6.15-openwrt/arch/mips/arub
+ case MACH_ARUBA_AP60:
+ default:
+ #define MERLOT_WLAN1_IRQ 2 // bit 10 in CP0_status register
-+ #define MERLOT_ENET_IRQ 3 // bit 11 in CP0_status register
++ #define MERLOT_ENET_IRQ 4 // bit 11 in CP0_status register
+ #define MERLOT_WLAN_IRQ 5 // bit 13 in CP0_status register
+ #define MERLOT_MISC_IRQ 6 // bit 14 in CP0_status register = GROUP 0
+