mvebu: add board detection scripts
[openwrt/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