mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 04:15:47 +00:00
rampis: fix tplink_mr200v1 wan interface
RNDIS interface name change from usb0 to eth1 Signed-off-by: Marius Durbaca <mariusd84@gmail.com> Link: https://github.com/openwrt/openwrt/pull/18298 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
314ca03877
commit
7aa3dfdbda
@ -247,7 +247,7 @@ ramips_setup_interfaces()
|
||||
tplink,archer-mr200)
|
||||
ucidef_add_switch "switch0" \
|
||||
"0:lan" "1:lan" "2:lan" "3:lan" "6t@eth0"
|
||||
ucidef_set_interface_wan "usb0"
|
||||
ucidef_set_interface_wan "eth1"
|
||||
;;
|
||||
tplink,ec220-g5-v2)
|
||||
ucidef_add_switch "switch0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user