[openwrt/openwrt] rampis: fix tplink_mr200v1 wan interface
LEDE Commits
lede-commits at lists.infradead.org
Wed Mar 26 03:40:46 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7aa3dfdbda829c04475cffbd6708f1ff96e4849b
commit 7aa3dfdbda829c04475cffbd6708f1ff96e4849b
Author: Marius Durbaca <mariusd84 at gmail.com>
AuthorDate: Wed Mar 19 09:41:35 2025 +0200
rampis: fix tplink_mr200v1 wan interface
RNDIS interface name change from usb0 to eth1
Signed-off-by: Marius Durbaca <mariusd84 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18298
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
index 57db30b923..350743e941 100644
--- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
@@ -247,7 +247,7 @@ ramips_setup_interfaces()
tplink,archer-mr200)
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "6t at eth0"
- ucidef_set_interface_wan "usb0"
+ ucidef_set_interface_wan "eth1"
;;
tplink,ec220-g5-v2)
ucidef_add_switch "switch0"
More information about the lede-commits
mailing list