brcm2708: improve profiles and image generation
[openwrt/openwrt.git] / target / linux / brcm2708 / base-files / lib / preinit / 03_preinit_do_brcm2708.sh
1 #!/bin/sh
2
3 do_brcm2708() {
4 . /lib/brcm2708.sh
5
6 brcm2708_board_detect
7 }
8
9 boot_hook_add preinit_main do_brcm2708