bcm53xx: fix "typo" in b53 patch fixing R8000 CPU port
authorRafał Miłecki <zajec5@gmail.com>
Wed, 13 May 2015 13:12:57 +0000 (13:12 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Wed, 13 May 2015 13:12:57 +0000 (13:12 +0000)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45683

target/linux/bcm53xx/patches-3.18/710-b53-add-hacky-CPU-port-fix-for-Netgear-R8000.patch

index 7830c361f4ceefab85bca0cf44dfc308b23c03be..76413df7832f579ef16a56645577a7994e673aaf 100644 (file)
@@ -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;