Scan OpenWRT kernel logs with logread for errors, warnings, and critical messages
logread -t | grep -iE '(warn|crit|err)'
Uses logread to scan OpenWRT kernel logs, filtering for and displaying lines containing warnings (warn), errors (err), or critical (crit) messages to quickly identify potential issues.