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