aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-22 13:50:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-22 13:50:47 +0000
commit5c49a649609bd694c6484d852e2ff151d960cdc4 (patch)
tree1dc347e63ea13c9a33b151dbebcf7015e9bfc315 /target/linux/ramips/files
parent0e4a0f7b38aca8ad4a1c0b3f529ca1c3b3303664 (diff)
downloadupstream-5c49a649609bd694c6484d852e2ff151d960cdc4.tar.gz
upstream-5c49a649609bd694c6484d852e2ff151d960cdc4.tar.bz2
upstream-5c49a649609bd694c6484d852e2ff151d960cdc4.zip
ramips: rt3883: fix build error
The cpuport_cfg field has been renamed to port0_cfg. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34859 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c b/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c
index 68c17a29df..59b520a371 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c
@@ -91,7 +91,7 @@ static struct ar8327_led_cfg tew_692gr_ar8327_led_cfg = {
static struct ar8327_platform_data tew_692gr_ar8327_data = {
.pad0_cfg = &tew_692gr_ar8327_pad0_cfg,
.pad6_cfg = &tew_692gr_ar8327_pad6_cfg,
- .cpuport_cfg = {
+ .port0_cfg = {
.force_link = 1,
.speed = AR8327_PORT_SPEED_1000,
.duplex = 1,