88ba608379a8e53f09a07e68d6bb32ce24ffbdbd
[openwrt/staging/jogo.git] / target / linux / mpc85xx / base-files / lib / preinit / 01_preinit_do_mpc85xx.sh
1 #!/bin/sh
2
3 do_mpc85xx() {
4 . /lib/mpc85xx.sh
5
6 mpc85xx_board_detect
7 }
8
9 boot_hook_add preinit_main do_mpc85xx