You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
242 B
9 lines
242 B
18 years ago
|
# reset button only supported on ar5315+ at the moment
|
||
|
grep 'Atheros AR231[567]' /proc/cpuinfo > /dev/null && {
|
||
|
ifname=eth0
|
||
|
failsafe_ip
|
||
|
netmsg 192.168.1.255 "Press reset now, to enter Failsafe!"
|
||
|
ifconfig "$ifname" 0.0.0.0 down
|
||
|
sleep 2
|
||
|
}
|