1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 19:12:00 +03:00

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
This commit is contained in:
juhosg 2012-12-22 13:50:47 +00:00
parent 9f2f19e97c
commit 4d004cb552

View File

@ -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,