projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: register WMAC device on the DB120 board
[openwrt.git]
/
target
/
linux
/
atheros
/
patches-2.6.37
/
100-board.patch
diff --git
a/target/linux/atheros/patches-2.6.37/100-board.patch
b/target/linux/atheros/patches-2.6.37/100-board.patch
index
1cf355f
..
a30f5fe
100644
(file)
--- a/
target/linux/atheros/patches-2.6.37/100-board.patch
+++ b/
target/linux/atheros/patches-2.6.37/100-board.patch
@@
-1,6
+1,6
@@
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -10
0,6 +100
,19 @@ config BCM63XX
+@@ -10
2,6 +102
,19 @@ config BCM63XX
help
Support for BCM63XX based boards
help
Support for BCM63XX based boards
@@
-20,7
+20,7
@@
config MIPS_COBALT
bool "Cobalt Server"
select CEVT_R4K
config MIPS_COBALT
bool "Cobalt Server"
select CEVT_R4K
-@@ -71
4,6 +727
,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD
+@@ -71
6,6 +729
,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD
endchoice
endchoice
@@
-619,7
+619,7
@@
+#endif /* __ASM_MACH_GENERIC_DMA_COHERENCE_H */
--- /dev/null
+++ b/arch/mips/include/asm/mach-ar231x/gpio.h
+#endif /* __ASM_MACH_GENERIC_DMA_COHERENCE_H */
--- /dev/null
+++ b/arch/mips/include/asm/mach-ar231x/gpio.h
-@@ -0,0 +1,
79
@@
+@@ -0,0 +1,
84
@@
+#ifndef _ATHEROS_GPIO_H_
+#define _ATHEROS_GPIO_H_
+
+#ifndef _ATHEROS_GPIO_H_
+#define _ATHEROS_GPIO_H_
+
@@
-696,6
+696,11
@@
+ return (irq - (AR531X_GPIO_IRQ(0)));
+}
+
+ return (irq - (AR531X_GPIO_IRQ(0)));
+}
+
++static inline int gpio_set_debounce(unsigned gpio, unsigned debounce)
++{
++ return -ENOSYS;
++}
++
+#include <asm-generic/gpio.h> /* cansleep wrappers */
+
+#endif
+#include <asm-generic/gpio.h> /* cansleep wrappers */
+
+#endif
This page took
0.023483 seconds
and
4
git commands to generate.