Skip to content
Snippets Groups Projects
Commit 07f998d3 authored by rmilecki's avatar rmilecki
Browse files

bcm53xx: fix "typo" in b53 patch fixing R8000 CPU port


Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45683 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 7566d076
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ index 2b05d5d..525103c 100644
}
+ if (of_flat_dt_is_compatible(of_get_flat_dt_root(),
+ "buffalo,wzr-600dhp2"))
+ sw_dev->cpu_port = 7;
+ "netgear,r8000"))
+ sw_dev->cpu_port = 8;
+
/* cpu port is always last */
sw_dev->ports = sw_dev->cpu_port + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment