1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-19 22:16:13 +02:00
openwrt/target/linux/brcm-2.4/base-files/lib/preinit/20_failsafe_net_echo
2010-05-10 17:10:47 +00:00

13 lines
166 B
Bash

#!/bin/sh
indicate_failsafe() {
preinit_net_echo() {
port_net_echo $1
}
echo "- failsafe -"
preinit_net_echo "Entering Failsafe!\n"
indicate_failsafe_led
}