mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix network file
This commit is contained in:
parent
f7179d5455
commit
6f200e37dd
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ if [ "$(uci -q show network.wan1 | grep multipath)" = "" ] && [ -z "$(uci -q get
|
||||||
_setup_wan_interface wan2 eth1.2 on
|
_setup_wan_interface wan2 eth1.2 on
|
||||||
_setup_wan_interface wan3 eth1.3 on
|
_setup_wan_interface wan3 eth1.3 on
|
||||||
_setup_wan_interface wan4 eth1.4 on
|
_setup_wan_interface wan4 eth1.4 on
|
||||||
if [ "$(grep rockchip /etc/os-release)" != "" ]; then
|
elif [ "$(grep rockchip /etc/os-release)" != "" ]; then
|
||||||
_setup_wan_interface wan1 eth0 master macvlan
|
_setup_wan_interface wan1 eth0 master macvlan
|
||||||
_setup_wan_interface wan2 eth0 on macvlan
|
_setup_wan_interface wan2 eth0 on macvlan
|
||||||
_setup_macvlan wan1
|
_setup_macvlan wan1
|
||||||
|
|
Loading…
Reference in a new issue