294364848d710f223721304331ba52e2d2f48bc8
[openwrt/openwrt.git] / target / linux / brcm2708 / base-files / lib / preinit / 01_preinit_do_brcm2708.sh
1 #!/bin/sh
2 # Copyright (C) 2015 OpenWrt.org
3
4 do_brcm2708() {
5 . /lib/brcm2708.sh
6
7 brcm2708_detect
8 }
9
10 boot_hook_add preinit_main do_brcm2708