brcm63xx: fix missing antislash in BCM6345 ethernet patch
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 17 Jun 2013 19:32:35 +0000 (19:32 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36946 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 e747494..c0a319b 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) || \
 +      }
 +#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) || \
 +      defined(CONFIG_BCM63XX_CPU_6348) || \
 +      defined(CONFIG_BCM63XX_CPU_6358) || \
 +      defined(CONFIG_BCM63XX_CPU_6362) || \
index f692aa5..50fb045 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) || \
 +      }
 +#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) || \
 +      defined(CONFIG_BCM63XX_CPU_6348) || \
 +      defined(CONFIG_BCM63XX_CPU_6358) || \
 +      defined(CONFIG_BCM63XX_CPU_6362) || \