diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 13:50:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 13:50:47 +0000 |
commit | c81b4475c91486b0734e39e1b60a0c67b2301341 (patch) | |
tree | 4a61e90aaab98989d401d40fc3f9f854e1d6c9d7 /target/linux/ramips/files/arch | |
parent | a4e656ef240a1367dbb8728aa34868cfbb272932 (diff) | |
download | mtk-20170518-c81b4475c91486b0734e39e1b60a0c67b2301341.zip mtk-20170518-c81b4475c91486b0734e39e1b60a0c67b2301341.tar.gz mtk-20170518-c81b4475c91486b0734e39e1b60a0c67b2301341.tar.bz2 |
ramips: rt3883: fix build error
The cpuport_cfg field has been renamed to port0_cfg.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34859
Diffstat (limited to 'target/linux/ramips/files/arch')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c | 2 |
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 68c17a2..59b520a 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, |