mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
add initial failsafe support
SVN-Revision: 11403
This commit is contained in:
parent
11b8dfe86c
commit
e5ad400330
16
target/linux/adm5120/base-files/etc/preinit.arch
Executable file
16
target/linux/adm5120/base-files/etc/preinit.arch
Executable 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
|
Loading…
Reference in New Issue
Block a user