Skip to content
Snippets Groups Projects
Commit 56aac451 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

add a default and suitable network config file

SVN-Revision: 32939
parent 563400ef
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2012 OpenWrt.org
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option ifname eth0
option proto static
option ipaddr 192.168.1.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment