projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[s3c24xx] oops... add missing 2.6.30 config
[openwrt.git]
/
target
/
linux
/
etrax
/
base-files
/
etc
/
config
/
network
1
2
# Copyright (C) 2009 OpenWrt.org
3
4
config interface loopback
5
option ifname lo
6
option proto static
7
option ipaddr 127.0.0.1
8
option netmask 255.0.0.0
9
10
config interface lan
11
option ifname eth0
12
option type none
13
option proto static
14
option ipaddr 192.168.1.1
15
option netmask 255.255.255.0
16
# option macaddr 00:40:8c:cd:xx:xx
17
18
This page took
0.041255 seconds
and
5
git commands to generate.