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

Fix default config for z8102ax

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-12-26 20:06:44 +01:00
parent cd85e5fb59
commit dfc9ea66c9

View file

@ -430,7 +430,7 @@ if ([ "$board" = "teltonika,rutx" ] || [ "$board" = "teltonika,rutx12" ] || [ "$
EOF
fi
if [ "$board" = "z8102ax" ]; then
if [ "$board" = "z8102ax-128m" ] || [ "$board" = "z8102ax-64m" ] || [ "$board" = "z8102ax" ]; then
uci -q batch <<-EOF
set network.modem1=interface
set network.modem1.proto='modemmanager'