brcm63xx: call brcm63xx_detect explicitly
[openwrt.git] / target / linux / brcm63xx / base-files / lib / preinit / 03_do_brcm63xx.sh
index dd60c49..4179695 100644 (file)
@@ -2,6 +2,8 @@
 
 do_brcm63xx() {
        . /lib/brcm63xx.sh
+
+       brcm63xx_detect
 }
 
 boot_hook_add preinit_main do_brcm63xx