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/561-board_WAP-5813n.patch | |
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/561-board_WAP-5813n.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.18/561-board_WAP-5813n.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, |