summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-05-13 13:12:57 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-05-13 13:12:57 +0000
commitafb98aea4d6f6ff92fa3784b6f65ebe737c73eef (patch)
tree9c4e6549993dc44a4df0b46bd12e74b2f715037f /target
parent610ee0d85acdca4a16df1fb9cbdcfb8773bcf672 (diff)
downloadmaster-31e0f0ae-afb98aea4d6f6ff92fa3784b6f65ebe737c73eef.tar.gz
master-31e0f0ae-afb98aea4d6f6ff92fa3784b6f65ebe737c73eef.tar.bz2
master-31e0f0ae-afb98aea4d6f6ff92fa3784b6f65ebe737c73eef.zip
bcm53xx: fix "typo" in b53 patch fixing R8000 CPU port
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45683
Diffstat (limited to 'target')
-rw-r--r--target/linux/bcm53xx/patches-3.18/710-b53-add-hacky-CPU-port-fix-for-Netgear-R8000.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/710-b53-add-hacky-CPU-port-fix-for-Netgear-R8000.patch b/target/linux/bcm53xx/patches-3.18/710-b53-add-hacky-CPU-port-fix-for-Netgear-R8000.patch
index 7830c361f4..76413df783 100644
--- a/target/linux/bcm53xx/patches-3.18/710-b53-add-hacky-CPU-port-fix-for-Netgear-R8000.patch
+++ b/target/linux/bcm53xx/patches-3.18/710-b53-add-hacky-CPU-port-fix-for-Netgear-R8000.patch
@@ -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;