[source] ar71xx: Fix switch port numbering on MIkrotik RB951Ui-2nD and RB493G

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 14 00:29:53 PST 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/4d8a8c80d91e25b98fee5dc7cb298c33b7213b7f

commit 4d8a8c80d91e25b98fee5dc7cb298c33b7213b7f
Author: João Chaínho <joaochainho at gmail.com>
AuthorDate: Sat Oct 14 20:34:05 2017 +0100

    ar71xx: Fix switch port numbering on MIkrotik RB951Ui-2nD and RB493G
    
    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 <joaochainho at gmail.com>
---
 target/linux/ar71xx/base-files/etc/board.d/02_network | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 7cf4212..8d2dddc 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -154,7 +154,6 @@ ar71xx_setup_interfaces()
 	pb42|\
 	pb44|\
 	rb-951ui-2hnd|\
-	rb-951ui-2nd|\
 	rb-952ui-5ac2nd|\
 	routerstation|\
 	tl-wr710n|\
@@ -167,7 +166,8 @@ ar71xx_setup_interfaces()
 		;;
 	rb-750-r2|\
 	rb-750p-pbr2|\
-	rb-750up-r2)
+	rb-750up-r2|\
+	rb-951ui-2nd)
 		ucidef_set_interfaces_lan_wan "eth1.1" "eth0"
 		ucidef_add_switch "switch0" \
 			"0 at eth1" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1"
@@ -417,9 +417,9 @@ ar71xx_setup_interfaces()
 	rb-493g)
 		ucidef_set_interfaces_lan_wan "eth0.1 eth1.1" "eth1.2"
 		ucidef_add_switch "switch0" \
-			"0 at eth0" "1:lan" "2:lan" "3:lan" "4:lan"
+			"0 at eth0" "1:lan:4" "2:lan:1" "3:lan:2" "4:lan:3"
 		ucidef_add_switch "switch1" \
-			"0 at eth1" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
+			"0 at eth1" "1:lan:4" "2:lan:1" "3:lan:3" "4:lan:2" "5:wan"
 		;;
 	rb-map-2nd)
 		ucidef_add_switch "switch0" \



More information about the lede-commits mailing list