mvebu: align device names to vendor_device format
[openwrt/openwrt.git] / target / linux / mvebu / base-files / lib / preinit / 01_sysinfo
1 #!/bin/sh
2
3 do_sysinfo_mvebu() {
4 . /lib/mvebu.sh
5
6 mvebu_board_detect
7 }
8
9 boot_hook_add preinit_main do_sysinfo_mvebu