projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
adm5120
/
base-files
/
etc
/
preinit.arch
1
. /etc/functions.sh
2
3
insmod input-core
4
insmod input-polldev
5
insmod gpio_buttons
6
insmod button-hotplug
7
8
ifname=eth0
9
10
failsafe_ip
11
12
netmsg 192.168.1.255 "Press reset now, to enter Failsafe!"
13
14
ifconfig "$ifname" 0.0.0.0 down
15
16
sleep 2
This page took
0.043785 seconds
and
5
git commands to generate.