1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Removed bridge from interface types

This commit is contained in:
Olli 2021-03-06 22:59:48 +01:00
parent 5cafd1b92e
commit bec2c97309

View file

@ -1,9 +1,3 @@
uci set network.lan.type=bridge
uci set network.wan1.type=bridge
uci set network.wan2.type=bridge
uci set network.wan3.type=bridge
uci set network.wan4.type=bridge
if [ -f "/etc/.lamobo-r1.dsa" ]; then
uci delete network.@switch_vlan[1]
uci delete network.@switch_vlan[0]