kmod-sched-cake: drop maintainer
[openwrt/openwrt.git] / target / linux / mxs / base-files / lib / preinit / 03_preinit_do_mxs.sh
1 #!/bin/sh
2
3 do_mxs() {
4 . /lib/mxs.sh
5
6 mxs_board_detect
7 }
8
9 boot_hook_add preinit_main do_mxs