Re: [LEDE-DEV] [RFC] mvebu: simplify etc/board.d/02_network

2016-10-31 Thread p . wassi
> years back a patch was posted to switch registration order of > eth0/eth1 for TL-WR720N-v3 to allow failsafe on port labeled LAN. > That patch was posted because it may cause trouble existing users > doing sysupgrade preserving existing configs [1]. I think the same > consideration still applies

Re: [LEDE-DEV] [RFC] mvebu: simplify etc/board.d/02_network

2016-10-31 Thread Yousong Zhou
On 29 October 2016 at 02:22, wrote: > From: Paul Wassi > > Unify switch configuration on Linksys WRTxx00AC series. > LAN = eth0, WAN = eth1 > > Signed-off-by: Paul Wassi > --- > In the OpenWrt wiki, it can be seen that the Linksys WRTxx00AC series > has a device dependent switch configuration:

Re: [LEDE-DEV] [RFC] mvebu: simplify etc/board.d/02_network

2016-10-29 Thread p . wassi
> Have you tested your patch on these mvebu devices? or just in theory? I've successfully tested on WRT1200AC, which is affected by this patch. (I.e. eth0 and eth1 are swapped then) That's the only mvebu device I have here right now. ___ Lede-dev mailin

Re: [LEDE-DEV] [RFC] mvebu: simplify etc/board.d/02_network

2016-10-29 Thread Syrone Wong
Have you tested your patch on these mvebu devices? or just in theory? Best Regards, Syrone Wong On Sat, Oct 29, 2016 at 2:50 PM, wrote: >> According to https://wiki.openwrt.org/toh/linksys/wrt_ac_series, they >> have different switch layouts, especially mamba(WRT1900ac v1). > > No, they do no

Re: [LEDE-DEV] [RFC] mvebu: simplify etc/board.d/02_network

2016-10-28 Thread p . wassi
> According to https://wiki.openwrt.org/toh/linksys/wrt_ac_series, they > have different switch layouts, especially mamba(WRT1900ac v1). No, they do not - all three switches (=all five devices) have this layout: Switch Port | Function / External Port 0 | LAN 4 1 | LAN 3

Re: [LEDE-DEV] [RFC] mvebu: simplify etc/board.d/02_network

2016-10-28 Thread Syrone Wong
According to https://wiki.openwrt.org/toh/linksys/wrt_ac_series, they have different switch layouts, especially mamba(WRT1900ac v1). Best Regards, Syrone Wong On Sat, Oct 29, 2016 at 2:22 AM, wrote: > From: Paul Wassi > > Unify switch configuration on Linksys WRTxx00AC series. > LAN = eth0,

[LEDE-DEV] [RFC] mvebu: simplify etc/board.d/02_network

2016-10-28 Thread p . wassi
From: Paul Wassi Unify switch configuration on Linksys WRTxx00AC series. LAN = eth0, WAN = eth1 Signed-off-by: Paul Wassi --- In the OpenWrt wiki, it can be seen that the Linksys WRTxx00AC series has a device dependent switch configuration: https://wiki.openwrt.org/toh/linksys/wrt_ac_series#swi