projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing config item spotted when hardware crypto is enabled
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.26
/
500-usr8200_support.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
b/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
index
b6d5d22
..
6112fe6
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
+++ b/
target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
@@
-250,24
+250,24
@@
+
+static struct eth_plat_info usr8200_plat_eth[] = {
+ {
+
+static struct eth_plat_info usr8200_plat_eth[] = {
+ {
-+ .phy = 9,
-+ .rxq = 3,
-+ .txreadyq = 20,
-+ }, {
+ .phy = 16,
+ .rxq = 4,
+ .txreadyq = 21,
+ .phy = 16,
+ .rxq = 4,
+ .txreadyq = 21,
++ }, {
++ .phy = 9,
++ .rxq = 3,
++ .txreadyq = 20,
+ }
+};
+
+static struct platform_device usr8200_eth[] = {
+ {
+ .name = "ixp4xx_eth",
+ }
+};
+
+static struct platform_device usr8200_eth[] = {
+ {
+ .name = "ixp4xx_eth",
-+ .id = IXP4XX_ETH_NPE
B
,
++ .id = IXP4XX_ETH_NPE
C
,
+ .dev.platform_data = usr8200_plat_eth,
+ }, {
+ .name = "ixp4xx_eth",
+ .dev.platform_data = usr8200_plat_eth,
+ }, {
+ .name = "ixp4xx_eth",
-+ .id = IXP4XX_ETH_NPE
C
,
++ .id = IXP4XX_ETH_NPE
B
,
+ .dev.platform_data = usr8200_plat_eth + 1,
+ }
+};
+ .dev.platform_data = usr8200_plat_eth + 1,
+ }
+};
This page took
0.02534 seconds
and
4
git commands to generate.