projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add copyright headers to base-files scripts and config files
[openwrt.git]
/
package
/
base-files
/
x86-2.4
/
etc
/
config
/
network
1
# Network configuration file
2
# Copyright (C) 2006 OpenWrt.org
3
4
## LAN configuration
5
lan_ifname="br0"
6
lan_ifnames="eth1 eth2"
7
lan_proto="static"
8
lan_ipaddr="192.168.1.1"
9
lan_netmask="255.255.255.0"
10
11
## WAN configuration
12
wan_ifname="eth0"
13
wan_proto="dhcp"
This page took
0.043857 seconds
and
5
git commands to generate.