summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-06-08 06:38:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-06-08 06:38:26 +0000
commite5ad4003302e67ed97eb49e3da7533e53815995a (patch)
treef367a00e94ca2c11f88fa7ea93af06ae70b9e11d /target/linux/adm5120/base-files
parent11b8dfe86c06e655019268ade9775e96ca96e195 (diff)
downloadmaster-31e0f0ae-e5ad4003302e67ed97eb49e3da7533e53815995a.tar.gz
master-31e0f0ae-e5ad4003302e67ed97eb49e3da7533e53815995a.tar.bz2
master-31e0f0ae-e5ad4003302e67ed97eb49e3da7533e53815995a.zip
add initial failsafe support
SVN-Revision: 11403
Diffstat (limited to 'target/linux/adm5120/base-files')
-rwxr-xr-xtarget/linux/adm5120/base-files/etc/preinit.arch16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/adm5120/base-files/etc/preinit.arch b/target/linux/adm5120/base-files/etc/preinit.arch
new file mode 100755
index 0000000000..a4087db0ec
--- /dev/null
+++ b/target/linux/adm5120/base-files/etc/preinit.arch
@@ -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