package/base-files: update rc.local
[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 exit 0