DNS issues after power loss

Hi, I'm pretty new here.. setup raspberry pi 4 about a month ago after my home router died. I lost power the other day and ever since im having DNS issues.
(I can ping ip's, but names don't resolve)

I added dhcp.lan.dhcp_option='6,8.8.8.8,8.8.4.4'
so now all my clients seem to working just fine.

But: when im inside openwrt, still cant resolve names when im SSH'd or in LuCi

root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fd48:02d8:87ba::/48'
network.@device[0]=device
network.@device[0].name='br-lan'
network.@device[0].type='bridge'
network.@device[0].ports='eth0'
network.lan=interface
network.lan.ifname='br-lan'
network.lan.proto='static'
network.lan.ip6assign='60'
network.lan.ipaddr='192.168.0.1/24'
network.lan.dns='8.8.8.8'
network.wan=interface
network.wan.ifname='eth0.10'
network.wan.proto='dhcp'
network.wan.peerdns='0'
network.wan.dns='8.8.8.8'
root@OpenWrt:~#
root@OpenWrt:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=114 time=22.943 ms
64 bytes from 8.8.8.8: seq=1 ttl=114 time=23.097 ms
64 bytes from 8.8.8.8: seq=2 ttl=114 time=23.044 ms
64 bytes from 8.8.8.8: seq=3 ttl=114 time=24.219 ms
^C
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 22.943/23.325/24.219 ms

root@OpenWrt:~# ping www.google.com
ping: bad address 'www.google.com'

Collect the diagnostics and post it to pastebin.com redacting the private parts:

ubus call system board; uci show network; uci show dhcp; uci show firewall; \
ip address show; ip route show table all; ip rule show; iptables-save -c; \
head -v -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/*

raspberry pi do not like being shut down improperly and can corrupt the SD card, Try re flashing the SD card.