diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-04-18 22:33:50 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-04-18 22:33:50 +0000 |
commit | c1ea714d4391d60b76179b6c0a71f81acbc6c0a5 (patch) | |
tree | ddd2df8751bcc73b192dae4cb03db75f7299214d /target/linux/brcm63xx/patches-3.18 | |
parent | 2f49517c2fbb74ff38488698570fba96da0e6db9 (diff) | |
download | upstream-c1ea714d4391d60b76179b6c0a71f81acbc6c0a5.tar.gz upstream-c1ea714d4391d60b76179b6c0a71f81acbc6c0a5.tar.bz2 upstream-c1ea714d4391d60b76179b6c0a71f81acbc6c0a5.zip |
brcm63xx: BCM963268BU_P300 reference board fixes
- Fix profile name.
- Rremove whitespace on board patch.
- Refresh patches.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45499
Diffstat (limited to 'target/linux/brcm63xx/patches-3.18')
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/patches-3.18/560-board_963268gu_p300.patch b/target/linux/brcm63xx/patches-3.18/560-board_963268gu_p300.patch index 8eef982748..9c0f7b77d9 100644 --- a/target/linux/brcm63xx/patches-3.18/560-board_963268gu_p300.patch +++ b/target/linux/brcm63xx/patches-3.18/560-board_963268gu_p300.patch @@ -79,7 +79,7 @@ { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, }, #endif #ifdef CONFIG_BCM63XX_CPU_63268 -+ { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, ++ { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, { .compatible = "inteno,vg50", .data = &board_vw6339gu, }, #endif #endif /* CONFIG_OF */ diff --git a/target/linux/brcm63xx/patches-3.18/561-board_WAP-5813n.patch b/target/linux/brcm63xx/patches-3.18/561-board_WAP-5813n.patch index 27d925c6b4..2be009166f 100644 --- a/target/linux/brcm63xx/patches-3.18/561-board_WAP-5813n.patch +++ b/target/linux/brcm63xx/patches-3.18/561-board_WAP-5813n.patch @@ -91,4 +91,4 @@ + { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, }, #endif #ifdef CONFIG_BCM63XX_CPU_63268 - { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, + { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, diff --git a/target/linux/brcm63xx/patches-3.18/564-board_P870HW-51a_v2.patch b/target/linux/brcm63xx/patches-3.18/564-board_P870HW-51a_v2.patch index bc2b11535c..8ffc842873 100644 --- a/target/linux/brcm63xx/patches-3.18/564-board_P870HW-51a_v2.patch +++ b/target/linux/brcm63xx/patches-3.18/564-board_P870HW-51a_v2.patch @@ -65,4 +65,4 @@ + { .compatible = "zyxel,p870hw-51a-v2", .data = &board_P870HW51A_V2, }, #endif #ifdef CONFIG_BCM63XX_CPU_63268 - { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, + { .compatible = "brcm,bcm963268bu_p300", .data = &board_963268bu_p300, }, |