192c91bf2dd81ae4802fcc56d1fb5b600d038ec0
[openwrt/openwrt.git] / target / linux / arc770 / base-files / lib / preinit / 01_preinit_arc.sh
1 #!/bin/sh
2
3 do_arc() {
4 . /lib/arc.sh
5
6 arc_board_detect
7 }
8
9 boot_hook_add preinit_main do_arc