Reset wifi when it goes down

exec:

for x in /etc/config/*; do uci show "${x##*/}" >/dev/null || echo "$x is broken"; done

from:

1 Like