rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / brcm2708 / base-files / lib / preinit / 03_preinit_do_brcm2708.sh
1 #!/bin/sh
2 # Copyright (C) 2015 OpenWrt.org
3
4 do_brcm2708() {
5         . /lib/brcm2708.sh
6
7         brcm2708_detect
8 }
9
10 boot_hook_add preinit_main do_brcm2708