diff options
Diffstat (limited to 'target/linux/brcm63xx/patches-4.19/573-board_R5010UNv2.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-4.19/573-board_R5010UNv2.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/patches-4.19/573-board_R5010UNv2.patch b/target/linux/brcm63xx/patches-4.19/573-board_R5010UNv2.patch index 059e7c0cb4..ab3e6fea86 100644 --- a/target/linux/brcm63xx/patches-4.19/573-board_R5010UNv2.patch +++ b/target/linux/brcm63xx/patches-4.19/573-board_R5010UNv2.patch @@ -62,8 +62,8 @@ @@ -2354,6 +2399,7 @@ static struct of_device_id const bcm963x { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, }, { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, }, - { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, }, -+ { .compatible = "nucom,r5010unv2", .data = &board_R5010UNV2, }, - { .compatible = "sagem,f@st2704v2", .data = &board_FAST2704V2, }, + { .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, }, ++ { .compatible = "nucom,r5010un-v2", .data = &board_R5010UNV2, }, + { .compatible = "sagem,fast-2704-v2", .data = &board_FAST2704V2, }, #endif #ifdef CONFIG_BCM63XX_CPU_6338 |