add preinit modularization work by Daniel Dickinson (cshore)
[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
This page took 0.057262 seconds and 5 git commands to generate.