From: Jo-Philipp Wich Date: Tue, 7 Mar 2017 16:38:30 +0000 (+0100) Subject: ramips: fix Linksys RE6500 switch port mapping X-Git-Tag: v17.01.1~45 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=f8e08ffd94ded1b3b3ae58566d130c2dfa71e531;p=openwrt%2Fopenwrt.git ramips: fix Linksys RE6500 switch port mapping Properly map the internal switch ports to the proper LAN1..LAN4 labels. Fixes #530. Signed-off-by: Jo-Philipp Wich --- diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index ef0f5a9660..2dd6793476 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -124,7 +124,6 @@ ramips_setup_interfaces() "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "5@eth0" ;; asl26555|\ - re6500|\ rp-n53) ucidef_add_switch "switch0" \ "1:lan" "2:lan" "3:lan" "4:lan" "6t@eth0" @@ -238,6 +237,10 @@ ramips_setup_interfaces() ucidef_add_switch "switch0" \ "1:lan:2" "2:lan:1" "4:wan" "6@eth0" ;; + re6500) + ucidef_add_switch "switch0" \ + "0:lan:1" "1:lan:2" "2:lan:3" "3:lan:4" "6@eth0" + ;; rt-n56u) ucidef_add_switch "switch0" \ "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "8@eth0"