blob: c200dad6716b6a21bfcbfac67c17c21818cda0ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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
|