diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:36:38 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:36:38 +0000 |
commit | 97d0ed4faa30a9fc6a341dd5e48641536a21c1de (patch) | |
tree | 0987dda5592df547f87ab20798efcb8de95b9067 /target/linux/brcm63xx/patches-3.14/528-board_nb6.patch | |
parent | a06013e9b755337c9540c2b61baaf8f733bbb125 (diff) | |
download | upstream-97d0ed4faa30a9fc6a341dd5e48641536a21c1de.tar.gz upstream-97d0ed4faa30a9fc6a341dd5e48641536a21c1de.tar.bz2 upstream-97d0ed4faa30a9fc6a341dd5e48641536a21c1de.zip |
brcm63xx: make board patch context less ambiguous
Make it less likely for quilt/patch to put boards into the "wrong"
section.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42117
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/528-board_nb6.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/528-board_nb6.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch b/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch index f706734c5d..cf69773cb5 100644 --- a/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch +++ b/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch @@ -19,7 +19,7 @@ #define CT6373_74X164_GPIO_BASE 64 @@ -2694,6 +2697,104 @@ static struct board_info __initdata boar }; - #endif + #endif /* CONFIG_BCM63XX_CPU_6358 */ +#ifdef CONFIG_BCM63XX_CPU_6362 +static struct rtl8367_extif_config nb6_rtl8367_extif0_cfg = { @@ -117,7 +117,7 @@ + .devs = nb6_devices, + .num_devs = ARRAY_SIZE(nb6_devices), +}; -+#endif ++#endif /* CONFIG_BCM63XX_CPU_6362 */ + /* * known 6368 boards |