331892f85f
This drops the shebang from another bunch of files in various /lib folders, as these are sourced and the shebang is useless. Fix execute bit in one case, too. This should cover almost all trivial cases now, i.e. where /lib is actually used for library files. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
# Copyright (C) 2006 OpenWrt.org
|
|
# Copyright (C) 2010 Vertical Communications
|
|
|
|
indicate_regular_preinit() {
|
|
preinit_net_echo "Continuing with Regular Preinit\n"
|
|
set_state preinit_regular
|
|
}
|
|
|
|
boot_hook_add preinit_main indicate_regular_preinit
|