26a10005f7b8da5f5ab009ded05a5076ab0c56b2
[openwrt-working-2016/.git] / package / base-files / files / etc / rc.local
1 # Put your custom commands here that should be executed once
2 # the system init finished. By default this file does nothing.
3
4 sleep 5; killall netifd
5
6 ifconfig lo 127.0.0.1 netmask 255.0.0.0
7 ifconfig eth0 192.168.1.1
8
9 /etc/init.d/dropbear restart
10
11 exit 0