summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/base-files/etc/preinit.arch
blob: a4087db0ecdad701e5c6b498535fd51e62c4f316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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