054c9d33a35e461e61c22b3f0636c5b2aaa55c51
[openwrt.git] / target / linux / mvebu / base-files / lib / preinit / 03_preinit_do_mvebu.sh
1 #!/bin/sh
2
3 do_mvebu() {
4         . /lib/mvebu.sh
5
6         mvebu_board_detect
7 }
8
9 boot_hook_add preinit_main do_mvebu