feeds.conf.default: add new targets feed
[openwrt/staging/chunkeey.git] / target / linux / mpc83xx / base-files / lib / preinit / 03_preinit_do_mpc83xx.sh
1 #!/bin/sh
2
3 do_mpc83xx() {
4 . /lib/mpc83xx.sh
5
6 mpc83xx_board_detect
7 }
8
9 boot_hook_add preinit_main do_mpc83xx