treewide: populate boardname and model earlier
[openwrt/.git] / target / linux / mcs814x / base-files / lib / preinit / 01_preinit_do_mcs814x.sh
1 #!/bin/sh
2
3 do_mcs814x() {
4         . /lib/mcs814x.sh
5
6         mcs814x_board_detect
7 }
8
9 boot_hook_add preinit_main do_mcs814x