bcm53xx: fix "typo" in b53 patch fixing R8000 CPU port
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45683 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
340cfd3018
commit
ee69481d11
|
@ -24,8 +24,8 @@ index 2b05d5d..525103c 100644
|
||||||
}
|
}
|
||||||
|
|
||||||
+ if (of_flat_dt_is_compatible(of_get_flat_dt_root(),
|
+ if (of_flat_dt_is_compatible(of_get_flat_dt_root(),
|
||||||
+ "buffalo,wzr-600dhp2"))
|
+ "netgear,r8000"))
|
||||||
+ sw_dev->cpu_port = 7;
|
+ sw_dev->cpu_port = 8;
|
||||||
+
|
+
|
||||||
/* cpu port is always last */
|
/* cpu port is always last */
|
||||||
sw_dev->ports = sw_dev->cpu_port + 1;
|
sw_dev->ports = sw_dev->cpu_port + 1;
|
||||||
|
|
Loading…
Reference in New Issue