[adm5120] add initial failsafe support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11403 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2008-06-08 06:38:26 +00:00
parent 0b40cc693a
commit 672d15d39e
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
. /etc/functions.sh
insmod input-core
insmod input-polldev
insmod gpio_buttons
insmod button-hotplug
ifname=eth0
failsafe_ip
netmsg 192.168.1.255 "Press reset now, to enter Failsafe!"
ifconfig "$ifname" 0.0.0.0 down
sleep 2