target: socfpga: Add Altera SoCFPGA support
[openwrt.git] / target / linux / socfpga / base-files / lib / preinit / 03_socfpga_detect
1 #!/bin/sh
2
3 do_socfpga_detect() {
4         . /lib/socfpga.sh
5
6         socfpga_board_detect
7 }
8
9 boot_hook_add preinit_main do_socfpga_detect