netlogic: add basic user-space support
[openwrt/openwrt.git] / target / linux / netlogic / base-files / lib / preinit / 03_do_netlogic.sh
1 #!/bin/sh
2
3 do_netlogic() {
4 . /lib/netlogic.sh
5
6 netlogic_board_detect
7 }
8
9 boot_hook_add preinit_main do_netlogic