Re: [OpenWrt-Devel] [LEDE-DEV] MV88E6060 switch

2017-07-24 Thread Nerijus Baliunas
On Sun, 23 Jul 2017 11:38:02 -0700 Florian Fainelli wrote: > > How do I configure vlan? Here I changed eth0 to eth0.1: > > > > config interface 'lan' > > option type 'bridge' > >option ifname 'eth0.1' > >option proto 'static' > >option

Re: [OpenWrt-Devel] [LEDE-DEV] MV88E6060 switch

2017-07-23 Thread Nerijus Baliūnas
2017-07-23 21:38, Florian Fainelli rašė: Does not work. Do I need to have swconfig installed in order to get the switch working? Because by default it is not installed. Yes, it is necessary with this switch driver to have swconfig installed, otherwise nothing would push CLEAN configurations

Re: [OpenWrt-Devel] [LEDE-DEV] MV88E6060 switch

2017-07-23 Thread Florian Fainelli
On Jul 23, 2017 11:28, "Nerijus Baliūnas" wrote: 2017-07-21 19:48, Nerijus Baliūnas via Lede-dev rašė: > How do I configure vlan? Here I changed eth0 to eth0.1: > > config interface 'lan' > option type 'bridge' >option ifname 'eth0.1' >

Re: [OpenWrt-Devel] [LEDE-DEV] MV88E6060 switch

2017-07-23 Thread Nerijus Baliūnas
2017-07-21 19:48, Nerijus Baliūnas via Lede-dev rašė: How do I configure vlan? Here I changed eth0 to eth0.1: config interface 'lan' option type 'bridge' option ifname 'eth0.1' option proto 'static' option ipaddr '192.168.1.1' option netmask '255.255.255.0'