From 9f90d1abd46cffab0117aa0cd6e731391bb6023a Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Mon, 4 May 2020 00:43:17 +0800 Subject: [PATCH] Redmi AC2100: adjust switch configuration (#4528) --- target/linux/ramips/mt7621/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network index 43d3b1a9a..d47d15f58 100755 --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network @@ -153,7 +153,7 @@ ramips_setup_interfaces() ;; xiaomi,redmi-router-ac2100) ucidef_add_switch "switch0" \ - "1:lan:2" "2:lan:3" "3:lan:4" "0:wan" "6@eth0" + "2:lan" "3:lan" "4:lan" "0:wan" "6@eth0" ;; *) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"