mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 23:35:01 +02:00
7aa11efc17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9069 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
242 B
Plaintext
Executable File
9 lines
242 B
Plaintext
Executable File
# 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
|
|
}
|