diff options
| author | Marius Durbaca | 2025-03-31 06:12:23 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-03-31 08:32:35 +0000 |
| commit | 77be7175ae3617c893571700a8045cce3591f4fb (patch) | |
| tree | 1da038692ae9815d368a2fb501b1e03bcc3dc1c4 | |
| parent | cba55fade8f7d8aafbaf301b8dfbd3d9830830c5 (diff) | |
| download | openwrt-77be7175ae3617c893571700a8045cce3591f4fb.tar.gz | |
rampis: revert fix tplink_mr200v1 wan interface
This reverts commit 7aa3dfdbda829c04475cffbd6708f1ff96e4849b.
As the kernel is now fixed with https://github.com/openwrt/openwrt/commit/ecd609f509f29ed1f75db5c7a623f359c64efb72
Signed-off-by: Marius Durbaca <mariusd84@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18380
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
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 350743e941..57db30b923 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@eth0" - ucidef_set_interface_wan "eth1" + ucidef_set_interface_wan "usb0" ;; tplink,ec220-g5-v2) ucidef_add_switch "switch0" |