summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.14
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-06-21 19:23:18 +0000
committerJonas Gorski <jogo@openwrt.org>2014-06-21 19:23:18 +0000
commitf695fa358aafe1a96825977dd7d598354b1828f6 (patch)
tree528b8055bdd16282c0badbac1cdb53d64a7958cc /target/linux/brcm63xx/patches-3.14
parente1de4e27c12e352e6932f8001803373e00c0e18f (diff)
downloadmtk-20170518-f695fa358aafe1a96825977dd7d598354b1828f6.zip
mtk-20170518-f695fa358aafe1a96825977dd7d598354b1828f6.tar.gz
mtk-20170518-f695fa358aafe1a96825977dd7d598354b1828f6.tar.bz2
brcm63xx: fix up borked patch
Fix up patch borked by quilt fuzzy application of patches. SVN-Revision: 41294
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14')
-rw-r--r--target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch16
1 files changed, 15 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch b/target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch
index ee3cdec..447c17d 100644
--- a/target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch
+++ b/target/linux/brcm63xx/patches-3.14/553-boards_probe_switch.patch
@@ -54,14 +54,28 @@
.force_speed_100 = 1,
.force_duplex_full = 1,
},
-@@ -1623,6 +1635,12 @@ static struct board_info __initdata boar
+@@ -1623,6 +1635,8 @@ static struct board_info __initdata boar
.use_internal_phy = 1,
},
.enet1 = {
+ .has_phy = 1,
+ .phy_id = 0,
+ .force_speed_100 = 1,
+ .force_duplex_full = 1,
+ },
+@@ -1644,6 +1658,8 @@ static struct board_info __initdata boar
+ .use_internal_phy = 1,
+ },
+ .enet1 = {
+ .has_phy = 1,
+ .phy_id = 0,
+ .force_speed_100 = 1,
+ .force_duplex_full = 1,
+ },
+@@ -1663,6 +1679,8 @@ static struct board_info __initdata boar
+ .use_internal_phy = 1,
+ },
+ .enet1 = {
+ .has_phy = 1,
+ .phy_id = 0,
.force_speed_100 = 1,