brcm63xx: Neufbox 6: fix switch by probing through DT
[openwrt/openwrt.git] / target / linux / brcm63xx / patches-4.4 / 368-MIPS-BCM63XX-add-support-for-matching-the-board_info.patch
index 37327899ae09ff8f4ef091ed2d78d08577489b99..60e728c223ef00dba61d8ce94f5a63912ecf77ed 100644 (file)
@@ -54,7 +54,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org>
                if (strncmp(board_name, bcm963xx_boards[i]->name, 16))
 --- a/arch/mips/bcm63xx/boards/board_common.c
 +++ b/arch/mips/bcm63xx/boards/board_common.c
-@@ -250,3 +250,21 @@ int __init board_register_devices(void)
+@@ -247,3 +247,21 @@ int __init board_register_devices(void)
  
        return 0;
  }