[package] base-files: do not assume that "top" is busybox' top, but try to call the...
[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     echo "- regular preinit -"
7     preinit_net_echo "Continuing with Regular Preinit\n"
8     pi_indicate_led
9 }
10
11 boot_hook_add preinit_main indicate_regular_preinit
12