9cc01f2199f171caa23cf8cb62fe14dbc7ae4900
[openwrt.git] / package / base-files / files.old / lib / preinit / 50_indicate_regular_preinit
1 #!/bin/sh
2 # Copyright (C) 2006 OpenWrt.org
3 # Copyright (C) 2010 Vertical Communications
4
5 indicate_regular_preinit() {
6     echo "- regular preinit -"
7     preinit_net_echo "Continuing with Regular Preinit\n"
8     pi_indicate_led
9 }
10
11 boot_hook_add preinit_main indicate_regular_preinit
12