[base-files] make basefiles aware of procd
[openwrt.git] / package / base-files / files / 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     preinit_net_echo "Continuing with Regular Preinit\n"
7     pi_indicate_led
8 }
9
10 boot_hook_add preinit_main indicate_regular_preinit
11