projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ar71xx: fix WHR-HP-G300N MTD partitions
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
base-files
/
lib
/
preinit
/
20_failsafe_net_echo_brcm63xx
1
#!/bin/sh
2
3
indicate_failsafe
() {
4
preinit_net_echo
() {
5
port_net_echo
$1
6
}
7
echo
"- failsafe -"
8
preinit_net_echo
"Entering Failsafe!
\n
"
9
indicate_failsafe_led
10
}
11
12
This page took
0.046135 seconds
and
5
git commands to generate.