diff --git a/openmptcprouter/files/etc/uci-defaults/1920-omr-network b/openmptcprouter/files/etc/uci-defaults/1920-omr-network index c3714a55b..dd5ce04d8 100755 --- a/openmptcprouter/files/etc/uci-defaults/1920-omr-network +++ b/openmptcprouter/files/etc/uci-defaults/1920-omr-network @@ -497,5 +497,9 @@ fi uci -q commit macvlan uci -q commit network uci -q commit dhcp +# Disable ttyd by default +uci -q set ttyd.ttyd1.enable='0' +uci -q commit ttyd + rm -f /tmp/luci-indexcache exit 0