projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a4ba28
)
rb532: add wan interface
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Jul 2014 08:52:02 +0000
(08:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Jul 2014 08:52:02 +0000
(08:52 +0000)
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 41543
target/linux/rb532/base-files/etc/config/network
patch
|
blob
|
history
diff --git
a/target/linux/rb532/base-files/etc/config/network
b/target/linux/rb532/base-files/etc/config/network
index 3a8c8f30b3aaa9d557f11d076a7547739c40c0f6..11537993c862055ff748a48d1c0bc0c7779fe5d4 100644
(file)
--- a/
target/linux/rb532/base-files/etc/config/network
+++ b/
target/linux/rb532/base-files/etc/config/network
@@
-6,6
+6,10
@@
config interface loopback
option ipaddr 127.0.0.1
option netmask 255.0.0.0
+config interface wan
+ option ifname eth0
+ option proto dhcp
+
config interface lan
option ifname eth2
option proto static