mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 17:25:56 +02:00
476c0170c4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11403 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
230 B
Plaintext
Executable File
17 lines
230 B
Plaintext
Executable File
. /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
|