add initial failsafe support
authorGabor Juhos <juhosg@openwrt.org>
Sun, 8 Jun 2008 06:38:26 +0000 (06:38 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 8 Jun 2008 06:38:26 +0000 (06:38 +0000)
SVN-Revision: 11403

target/linux/adm5120/base-files/etc/preinit.arch [new file with mode: 0755]

diff --git a/target/linux/adm5120/base-files/etc/preinit.arch b/target/linux/adm5120/base-files/etc/preinit.arch
new file mode 100755 (executable)
index 0000000..a4087db
--- /dev/null
@@ -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