mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
octeon: fix usb support on edge router pro
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41842 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
Index: linux-3.10.49/arch/mips/cavium-octeon/octeon-platform.c
|
||||
===================================================================
|
||||
--- linux-3.10.49.orig/arch/mips/cavium-octeon/octeon-platform.c 2014-07-26 20:39:48.109010152 +0100
|
||||
+++ linux-3.10.49/arch/mips/cavium-octeon/octeon-platform.c 2014-07-26 20:41:10.005008627 +0100
|
||||
@@ -82,7 +82,7 @@
|
||||
};
|
||||
|
||||
/* Only Octeon2 has ehci/ohci */
|
||||
- if (!OCTEON_IS_MODEL(OCTEON_CN63XX))
|
||||
+ if (!OCTEON_IS_MODEL(OCTEON_CN6XXX))
|
||||
return 0;
|
||||
|
||||
if (octeon_is_simulation() || usb_disabled())
|
||||
@@ -131,7 +131,7 @@
|
||||
};
|
||||
|
||||
/* Only Octeon2 has ehci/ohci */
|
||||
- if (!OCTEON_IS_MODEL(OCTEON_CN63XX))
|
||||
+ if (!OCTEON_IS_MODEL(OCTEON_CN6XXX))
|
||||
return 0;
|
||||
|
||||
if (octeon_is_simulation() || usb_disabled())
|
||||
Reference in New Issue
Block a user