diff options
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/550-board_homehub2a.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/550-board_homehub2a.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/550-board_homehub2a.patch b/target/linux/bcm63xx/patches-5.4/550-board_homehub2a.patch index 25d644fa8d..dc81ea6b73 100644 --- a/target/linux/bcm63xx/patches-5.4/550-board_homehub2a.patch +++ b/target/linux/bcm63xx/patches-5.4/550-board_homehub2a.patch @@ -45,6 +45,6 @@ { .compatible = "t-com,speedport-w-303v", .data = &board_spw303v, }, { .compatible = "telsey,cpva642", .data = &board_CPVA642, }, + { .compatible = "bt,home-hub-2-a", .data = &board_homehub2a, }, - #endif + #endif /* CONFIG_BCM63XX_CPU_6358 */ #ifdef CONFIG_BCM63XX_CPU_6362 { .compatible = "sagem,fast-2504n", .data = &board_fast2504n, }, |