aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/preinit/50_indicate_regular_preinit
blob: 9cc01f2199f171caa23cf8cb62fe14dbc7ae4900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2010 Vertical Communications

indicate_regular_preinit() {
    echo "- regular preinit -"
    preinit_net_echo "Continuing with Regular Preinit\n"
    pi_indicate_led
}

boot_hook_add preinit_main indicate_regular_preinit