bc223b358eaeea15e70a4792ba6f6bf9dbff3fb8
[15.05/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