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
This commit is contained in:
parent
541fbfbb9e
commit
f03bbaf065
2 changed files with 2 additions and 2 deletions
|
@ -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) || \
|
||||
|
|
|
@ -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) || \
|
||||
|
|
Loading…
Reference in a new issue