From f03bbaf065c3ba376020392bbb21ddde353cfa11 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 17 Jun 2013 19:32:35 +0000 Subject: brcm63xx: fix missing antislash in BCM6345 ethernet patch This would cause build failure when disabling support for particular CPUs. Signed-off-by: Florian Fainelli SVN-Revision: 36946 --- .../brcm63xx/patches-3.8/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm63xx/patches-3.8/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch') diff --git a/target/linux/brcm63xx/patches-3.8/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch b/target/linux/brcm63xx/patches-3.8/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch index e747494..c0a319b 100644 --- a/target/linux/brcm63xx/patches-3.8/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch +++ b/target/linux/brcm63xx/patches-3.8/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch @@ -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) || \ -- cgit v1.1