opkg: remove an empty patch
[openwrt-10.03/.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