summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-06-17 19:32:35 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-06-17 19:32:35 +0000
commitf03bbaf065c3ba376020392bbb21ddde353cfa11 (patch)
tree21de99d25bae6e82ee27d8f72969c63eba4aa9d7 /target
parent541fbfbb9e7fac2700359c76509d4844ea8607ff (diff)
downloadmaster-31e0f0ae-f03bbaf065c3ba376020392bbb21ddde353cfa11.tar.gz
master-31e0f0ae-f03bbaf065c3ba376020392bbb21ddde353cfa11.tar.bz2
master-31e0f0ae-f03bbaf065c3ba376020392bbb21ddde353cfa11.zip
brcm63xx: fix missing antislash in BCM6345 ethernet patch
This would cause build failure when disabling support for particular CPUs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36946
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/patches-3.8/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch2
-rw-r--r--target/linux/brcm63xx/patches-3.9/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch2
2 files changed, 2 insertions, 2 deletions
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 e7474943fe..c0a319b7ef 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) || \
diff --git a/target/linux/brcm63xx/patches-3.9/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch b/target/linux/brcm63xx/patches-3.9/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch
index f692aa5afe..50fb045fce 100644
--- a/target/linux/brcm63xx/patches-3.9/419-MIPS-BCM63XX-enable-enet-for-BCM6345.patch
+++ b/target/linux/brcm63xx/patches-3.9/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) || \