summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network
blob: ef1f2882b79f3db457fff9a094b274a473e43c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2008 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 type     bridge
    option ifname   eth0
    option proto    static
    option ipaddr   192.168.1.1
    option netmask  255.255.255.0