index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
target
/
linux
/
rb532
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2014-07-07 08:52:02 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2014-07-07 08:52:02 +0000
commit
075249997fbea9acabbcf670b5bd4e145da0f95e
(
patch
)
tree
a4d1781dddfbc7873b63a7f1f1717ff08c2ea04d
/
target/linux/rb532
parent
9a4ba281f6d00aa07c11759af7e4b82c3ba39aa6
(
diff
)
rb532: add wan interface
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41543
Diffstat
(limited to 'target/linux/rb532')
-rw-r--r--
target/linux/rb532/base-files/etc/config/network
4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/rb532/base-files/etc/config/network b/target/linux/rb532/base-files/etc/config/network
index 3a8c8f30b3..11537993c8 100644
--- 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