6d4bd67af531a6ae6c9d727ed9e6deeba6666bd9
[openwrt/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