projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bcm63xx: add driver for the internal hw trng on bcm6368
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-3.0
/
459_board_CPVA502plus.patch
diff --git
a/target/linux/brcm63xx/patches-3.0/459_board_CPVA502plus.patch
b/target/linux/brcm63xx/patches-3.0/459_board_CPVA502plus.patch
index
426e9d0
..
8407723
100644
(file)
--- a/
target/linux/brcm63xx/patches-3.0/459_board_CPVA502plus.patch
+++ b/
target/linux/brcm63xx/patches-3.0/459_board_CPVA502plus.patch
@@
-1,6
+1,6
@@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -10
71,6 +1071,44
@@ static struct board_info __initdata boar
+@@ -10
68,6 +1068,42
@@ static struct board_info __initdata boar
},
};
},
};
@@
-22,8
+22,6
@@
+ .force_duplex_full = 1,
+ },
+
+ .force_duplex_full = 1,
+ },
+
-+ .has_udc0 = 1,
-+
+ .leds = {
+ {
+ .name = "phone",
+ .leds = {
+ {
+ .name = "phone",
@@
-45,7
+43,7
@@
#endif
/*
#endif
/*
-@@ -21
31,6 +2169
,7 @@ static const struct board_info __initdat
+@@ -21
22,6 +2158
,7 @@ static const struct board_info __initdat
&board_V2110,
&board_ct536_ct5621,
&board_96348A_122,
&board_V2110,
&board_ct536_ct5621,
&board_96348A_122,
This page took
0.030768 seconds
and
4
git commands to generate.