X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7aa11efc1796c29d446eca99ec7d9bc7ed2c0072..c26fdeeec11a50e47dca7052045df7ef03add088:/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 827969057..e3ed31f85 100644 --- a/target/linux/rb532/base-files/etc/config/network +++ b/target/linux/rb532/base-files/etc/config/network @@ -7,6 +7,8 @@ config interface loopback option netmask 255.0.0.0 config interface lan - option ifname eth0 - option proto dhcp - + option ifname eth2 + option type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0