diff options
author | Roman Yeryomin <roman@advem.lv> | 2017-09-17 21:33:20 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-09-18 15:20:41 +0300 |
commit | c4354797f7137dd4070190ed40e6054ce1a07956 (patch) | |
tree | c9a7c46563ade88f76b56d2622865412567adce8 /target | |
parent | 87d3b3b5ff4fe4255b70e008edcfb3a91d29a045 (diff) | |
download | upstream-c4354797f7137dd4070190ed40e6054ce1a07956.tar.gz upstream-c4354797f7137dd4070190ed40e6054ce1a07956.tar.bz2 upstream-c4354797f7137dd4070190ed40e6054ce1a07956.zip |
rb532: set lan interface type to brigde
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rb532/base-files/etc/config/network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rb532/base-files/etc/config/network b/target/linux/rb532/base-files/etc/config/network index 75a14a7308..c689d63278 100644 --- a/target/linux/rb532/base-files/etc/config/network +++ b/target/linux/rb532/base-files/etc/config/network @@ -11,6 +11,7 @@ config interface wan option proto dhcp config interface lan + option type bridge option ifname eth2 option proto static option ipaddr 192.168.1.1 |