projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[kernel] Move CONFIG_LZMA_{DE,}COMPRESS to generic config
[openwrt.git]
/
target
/
linux
/
rb532
/
base-files
/
etc
/
config
/
network
diff --git
a/target/linux/rb532/base-files/etc/config/network
b/target/linux/rb532/base-files/etc/config/network
index
8279690
..
ee09491
100644
(file)
--- a/
target/linux/rb532/base-files/etc/config/network
+++ b/
target/linux/rb532/base-files/etc/config/network
@@
-7,6
+7,7
@@
config interface loopback
option netmask 255.0.0.0
config interface lan
- option ifname eth0
- option proto dhcp
-
+ option ifname eth2
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
This page took
0.021193 seconds
and
4
git commands to generate.