diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:24 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:24 +0000 |
commit | bb312899f6b6c2a979f39e56f0ff8659b5a57a9b (patch) | |
tree | 27c6ad0a078495ae19a12c96efd6269435d0ee7e /target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch | |
parent | 2b46097364fc527a8c56365aba3d8f4f43e49aec (diff) | |
download | upstream-bb312899f6b6c2a979f39e56f0ff8659b5a57a9b.tar.gz upstream-bb312899f6b6c2a979f39e56f0ff8659b5a57a9b.tar.bz2 upstream-bb312899f6b6c2a979f39e56f0ff8659b5a57a9b.zip |
brcm63xx: refresh patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43453
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch b/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch index 9d05d3a029..5c823fea00 100644 --- a/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch +++ b/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch @@ -146,11 +146,11 @@ &board_HW553, &board_spw303v, #endif -@@ -2421,6 +2546,7 @@ static struct of_device_id const bcm963x +@@ -2422,6 +2547,7 @@ static struct of_device_id const bcm963x { .compatible = "alcatel,rg100a", .data = &board_96358vw2, }, { .compatible = "brcm,bcm96358vw", .data = &board_96358vw, }, { .compatible = "brcm,bcm96358vw2", .data = &board_96358vw2, }, + { .compatible = "comtrend,ct-6373", .data = &board_ct6373_1, }, { .compatible = "d-link,dsl-274xb-c2", .data = &board_dsl_274xb_rev_c, }, + { .compatible = "d-link,dsl-2650u", .data = &board_96358vw2, }, { .compatible = "huawei,hg553", .data = &board_HW553, }, - { .compatible = "pirelli,a226g", .data = &board_DWVS0, }, |