diff options
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/559-board_R1000H.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/559-board_R1000H.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/559-board_R1000H.patch b/target/linux/bcm63xx/patches-5.4/559-board_R1000H.patch index 570ace245c..2de40e7cb7 100644 --- a/target/linux/bcm63xx/patches-5.4/559-board_R1000H.patch +++ b/target/linux/bcm63xx/patches-5.4/559-board_R1000H.patch @@ -40,7 +40,7 @@ &board_VR3025un, @@ -2628,6 +2652,7 @@ static struct of_device_id const bcm963x { .compatible = "sfr,neufbox-6-sercomm-r0", .data = &board_nb6, }, - #endif + #endif /* CONFIG_BCM63XX_CPU_6362 */ #ifdef CONFIG_BCM63XX_CPU_6368 + { .compatible = "actiontec,r1000h", .data = &board_R1000H, }, { .compatible = "adb,av4202n", .data = &board_AV4202N, }, |