dc0f3ee346c7bec0246df70a5c7f7fd54c8864fb
[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 ifconfig lo 127.0.0.1 netmask 255.0.0.0
5 ifconfig eth0 192.168.1.1
6
7 exit 0