OpenWrt Forum
Reset wifi when it goes down
Installing and Using OpenWrt
Network and Wireless Configuration
ncompact
July 10, 2024, 10:37am
8
exec:
for x in /etc/config/*; do uci show "${x##*/}" >/dev/null || echo "$x is broken"; done
from:
1 Like
show post in topic