[LEDE-DEV] ar71xx: fix switch port numbering on RB750r2 and RB750UPr2

2017-08-31 Thread João Chaínho
This patch fixes the switch port numbering on Mikrotik RB750r2 (hEX lite) and RB750UPr2 (hEX PoE lite). Tested on a RB750UPr2. Maybe this patch is applicable to other devices (e.g. RB951Ui-2nD, RB952Ui-5ac2nD) but I have no way to test them. Signed-off-by: João Chaínho --- diff --git a/target

[LEDE-DEV] ar71xx: fix switch port numbering on RB951Ui-2nD

2017-10-12 Thread João Chaínho
This patch fixes the switch port numbering on Mikrotik RB951Ui-2nD (hAP). Signed-off-by: João Chaínho --- diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index 39e819f..61dd97a 100755 --- a/target/linux/ar71xx/base-files

Re: [LEDE-DEV] ar71xx: fix switch port numbering on RB951Ui-2nD

2017-10-12 Thread João Chaínho
Hi Hauke, Sorry, I forgot that I had also fixed the switch config on Mikrotik RB493G ;) Should I resubmit the patch with an appropriate title (Fix switch port numbering on RB951Ui-2nD and RB493G)? > On 12 Oct 2017, at 20:34, Hauke Mehrtens wrote: > > On 10/12/2017 10:03 AM, João Chaí

[LEDE-DEV] [LEDE-DEV, RESEND] ar71xx: Fix switch port numbering on MIkrotik RB951Ui-2nD and RB493G

2017-10-14 Thread João Chaínho
This patch fixes the switch port numbering on Mikrotik RB951Ui-2nD (hAP). Also fixes the switch port numbering shown on LuCI for Mikrotik RB493G. Signed-off-by: João Chaínho diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d

[LEDE-DEV] ar71xx: enable serial console on mikrotik devices

2016-11-16 Thread João Chaínho
This patch enables the serial console on some Mikrotik devices (RB450, RB450G, RB493G, RB750UP). Signed-off-by: João Chaínho diff --git a/target/linux/ar71xx/patches-4.4/701-MIPS-ath79-add-routerboard-detection.patch b/target/linux/ar71xx/patches-4.4/701-MIPS-ath79-add-routerboard

[LEDE-DEV] ar71xx: Fix switch config on Mikrotik RB450/G

2016-11-16 Thread João Chaínho
This patch fixes switch initial config on Mikrotik RB450/G Signed-off-by: João Chaínho --- diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index df87c96..daf9495 100755 --- a/target/linux/ar71xx/base-files/etc/board.d

[LEDE-DEV] [LEDE-DEV, v2] ar71xx: enable serial console on mikrotik devices

2016-11-17 Thread João Chaínho
Sorry about the malformed patch. Hope it applies now. This patch enables the serial console on some Mikrotik devices (RB450, RB450G, RB493G, RB750UP). Signed-off-by: João Chaínho --- diff --git a/target/linux/ar71xx/patches-4.4/701-MIPS-ath79-add-routerboard-detection.patch b/target/linux

Re: [LEDE-DEV] ar71xx: Fix switch config on Mikrotik RB450/G

2016-11-17 Thread João Chaínho
e serial console on mikrotik devices > > Please consider using 'git send-email' to prevent such issues. You can find > your broken patches in out patchwork at > https://patchwork.ozlabs.org/project/lede/list/?submitter=70405&state=* to > test it by yourself. >

[LEDE-DEV] [LEDE-DEV, v2] ar71xx: Fix switch config on Mikrotik RB450/G

2016-11-18 Thread João Chaínho
This patch fixes the ethernet switch initial config for Mikrotik RB450 and RB450G. The previous version wrongly changed the RouterStation Pro config. This one creates a specific config for the RB450G and leaves the RouterStation Pro unchanged. Signed-off-by: João Chaínho --- diff --git a

[LEDE-DEV] ar71xx: Detect USB port on Mikrotik RB750UP

2017-01-13 Thread João Chaínho
The USB port on Mikrotik RB750UP isn’t detected. This patch provides a fix. Tested and working. Signed-off-by: João Chaínho --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb750.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb750.c index 5656d3c..c308f95 100644 --- a