create branch for barrier breaker (from trunk r41863)
[14.07/openwrt.git] / target / linux / lantiq / base-files / lib / preinit / 03_preinit_board.sh
1 #!/bin/sh
2
3 do_lantiq() {
4         . /lib/functions/lantiq.sh
5
6         lantiq_board_detect
7 }
8
9 boot_hook_add preinit_main do_lantiq