fda420e7d72b2ce710199bae9a67d4f5ddee0b7a
[openwrt/openwrt.git] / target / linux / pistachio / base-files / lib / preinit / 03_preinit_pistachio.sh
1 #!/bin/sh
2 #
3 # Copyright (C) 2017 OpenWrt.org
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8
9 do_pistachio() {
10 . /lib/pistachio.sh
11
12 pistachio_board_detect
13 }
14
15 boot_hook_add preinit_main do_pistachio