mirror of https://github.com/hak5/openwrt-owl.git
base-files: fix whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39006owl
parent
18dd101903
commit
3ceb6b3274
|
@ -42,4 +42,3 @@ pi_jffs2_mount_success=false
|
|||
pi_failsafe_net_message=false
|
||||
|
||||
boot_run_hook preinit_main
|
||||
|
||||
|
|
|
@ -14,4 +14,3 @@ if [ "$fingerprint" = "1b05ebb41f72cb84e5510573cd4aca26" ] || \
|
|||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
|
|
|
@ -124,6 +124,3 @@ __END_OF_WARNING__
|
|||
while grep -qs "$name" "/proc/$pid/cmdline"; do sleep 1; done
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -15,4 +15,3 @@ indicate_failsafe() {
|
|||
}
|
||||
|
||||
boot_hook_add failsafe indicate_failsafe
|
||||
|
||||
|
|
|
@ -47,4 +47,3 @@ pi_indicate_preinit() {
|
|||
|
||||
boot_hook_add preinit_main preinit_ip
|
||||
boot_hook_add preinit_main pi_indicate_preinit
|
||||
|
||||
|
|
|
@ -94,4 +94,3 @@ failsafe_wait() {
|
|||
}
|
||||
|
||||
boot_hook_add preinit_main failsafe_wait
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@ run_failsafe_hook() {
|
|||
}
|
||||
|
||||
boot_hook_add preinit_main run_failsafe_hook
|
||||
|
||||
|
|
|
@ -8,4 +8,3 @@ indicate_regular_preinit() {
|
|||
}
|
||||
|
||||
boot_hook_add preinit_main indicate_regular_preinit
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@ initramfs_test() {
|
|||
}
|
||||
|
||||
boot_hook_add preinit_main initramfs_test
|
||||
|
||||
|
|
|
@ -12,7 +12,5 @@ failsafe_shell() {
|
|||
echo "Please reboot system when done with failsafe network logins"
|
||||
}
|
||||
|
||||
|
||||
boot_hook_add failsafe failsafe_netlogin
|
||||
boot_hook_add failsafe failsafe_shell
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@ run_init() {
|
|||
}
|
||||
|
||||
boot_hook_add preinit_main run_init
|
||||
|
||||
|
|
Loading…
Reference in New Issue