f43b7934d2
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36003
12 lines
251 B
Bash
12 lines
251 B
Bash
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
# Copyright (C) 2010 Vertical Communications
|
|
|
|
indicate_regular_preinit() {
|
|
preinit_net_echo "Continuing with Regular Preinit\n"
|
|
pi_indicate_led
|
|
}
|
|
|
|
boot_hook_add preinit_main indicate_regular_preinit
|
|
|