[source] ramips: add port index in switch config for buffalo WHR-* and WSR-* devices

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 14 11:05:43 PST 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/3d0e965c8b7346f06d840135798c37ea03277e17

commit 3d0e965c8b7346f06d840135798c37ea03277e17
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Nov 14 20:04:36 2016 +0100

    ramips: add port index in switch config for buffalo WHR-* and WSR-* devices
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/ramips/base-files/etc/board.d/02_network | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

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 ecdae63..e2a2f94 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -87,13 +87,9 @@ ramips_setup_interfaces()
 	sk-wb8|\
 	vr500|\
 	wf-2881|\
-	whr-300hp2|\
-	whr-600d|\
 	witi|\
 	wl-wn575a3|\
 	wndr3700v5|\
-	wsr-1166|\
-	wsr-600|\
 	wt1520|\
 	y1|\
 	youku-yk1|\
@@ -105,6 +101,13 @@ ramips_setup_interfaces()
 		ucidef_add_switch "switch0" \
 			"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6 at eth0"
 		;;
+	whr-300hp2|\
+	whr-600d|\
+	wsr-1166|\
+	wsr-600)
+		ucidef_add_switch "switch0" \
+			"0:lan:1" "1:lan:2" "2:lan:3" "3:lan:4" "4:wan:5" "6 at eth0"
+		;;
 	ar670w|\
 	ar725w|\
 	rt-n15|\



More information about the lede-commits mailing list