diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 12:12:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 12:12:35 +0000 |
commit | a0b31f97bb215b2de2c4addbc426121511f1d625 (patch) | |
tree | 8cda5030224aae1b3fad954b74f3bb1b6599bf19 /target/linux/ar71xx/patches-3.6/608-MIPS-ath79-ubnt-xm-add-more-boards.patch | |
parent | b44cdcde8e9af4ac2cc4f94f11452a9c7d1f7dae (diff) | |
download | upstream-a0b31f97bb215b2de2c4addbc426121511f1d625.tar.gz upstream-a0b31f97bb215b2de2c4addbc426121511f1d625.tar.bz2 upstream-a0b31f97bb215b2de2c4addbc426121511f1d625.zip |
generic: ar8216: rename cpuport_cfg to port0_cfg in ar8327_platform_data
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34846
Diffstat (limited to 'target/linux/ar71xx/patches-3.6/608-MIPS-ath79-ubnt-xm-add-more-boards.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.6/608-MIPS-ath79-ubnt-xm-add-more-boards.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.6/608-MIPS-ath79-ubnt-xm-add-more-boards.patch b/target/linux/ar71xx/patches-3.6/608-MIPS-ath79-ubnt-xm-add-more-boards.patch index 65576b652a..2e8fbdc93f 100644 --- a/target/linux/ar71xx/patches-3.6/608-MIPS-ath79-ubnt-xm-add-more-boards.patch +++ b/target/linux/ar71xx/patches-3.6/608-MIPS-ath79-ubnt-xm-add-more-boards.patch @@ -249,7 +249,7 @@ + +static struct ar8327_platform_data uap_pro_ar8327_data = { + .pad0_cfg = &uap_pro_ar8327_pad0_cfg, -+ .cpuport_cfg = { ++ .port0_cfg = { + .force_link = 1, + .speed = AR8327_PORT_SPEED_1000, + .duplex = 1, |