brcm63xx: fix missing antislash in BCM6345 ethernet patch
authorFlorian Fainelli <florian@openwrt.org>
Mon, 17 Jun 2013 19:32:35 +0000 (19:32 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 17 Jun 2013 19:32:35 +0000 (19:32 +0000)
This would cause build failure when disabling support for particular
CPUs.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36946

target/linux/brcm63xx/patches-3.8/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch
target/linux/brcm63xx/patches-3.9/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch

index e7474943fe93d4694fed24534223376c5f7e6583..c0a319b7ef27f91d7bb90d08321fa517399b66d6 100644 (file)
@@ -232,7 +232,7 @@ Subject: [PATCH 69/72] 443-MIPS-BCM63XX-enable-enet-for-BCM6345.patch
 +      }
 +#endif
 +#if defined(CONFIG_BCM63XX_CPU_6328) || \
-+      defined(CONFIG_BCM63XX_CPU_6338) ||
++      defined(CONFIG_BCM63XX_CPU_6338) || \
 +      defined(CONFIG_BCM63XX_CPU_6348) || \
 +      defined(CONFIG_BCM63XX_CPU_6358) || \
 +      defined(CONFIG_BCM63XX_CPU_6362) || \
index f692aa5afe3275e935d704efd87a3a9ac073c944..50fb045fce64fba54bd38d9c274a404b8843b6bf 100644 (file)
@@ -232,7 +232,7 @@ Subject: [PATCH 69/72] 443-MIPS-BCM63XX-enable-enet-for-BCM6345.patch
 +      }
 +#endif
 +#if defined(CONFIG_BCM63XX_CPU_6328) || \
-+      defined(CONFIG_BCM63XX_CPU_6338) ||
++      defined(CONFIG_BCM63XX_CPU_6338) || \
 +      defined(CONFIG_BCM63XX_CPU_6348) || \
 +      defined(CONFIG_BCM63XX_CPU_6358) || \
 +      defined(CONFIG_BCM63XX_CPU_6362) || \