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