I've got a strange issue. So I've been using the Dynalink DL-WRX36 for about a week. Had it on firmware from the info page, and added some basic packages, like nano, and some other system utilities. I set up my networks and wifi ssids, and I did some testing before moving the router into the main role, and everything was fine.
Since moving it to be my main router, over the last couple of days, I find myself needing to reboot. WiFi will work for about 10 minutes, then drop all devices. Thought maybe I would update to the latest version, 23.05.2, and now the wifi drops withing minutes of reboot
/etc/config/system
config system
option hostname 'HomeRouter'
option timezone 'EST5EDT,M3.2.0,M11.1.0'
option ttylogin '0'
option log_size '64'
option urandom_seed '0'
option zonename 'America/New York'
option log_proto 'udp'
option conloglevel '8'
option cronloglevel '5'
config timeserver 'ntp'
list server '0.openwrt.pool.ntp.org'
list server '1.openwrt.pool.ntp.org'
list server '2.openwrt.pool.ntp.org'
list server '3.openwrt.pool.ntp.org'
df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 7.5M 7.5M 0 100% /rom
tmpfs 434.4M 116.0K 434.3M 0% /tmp
/dev/ubi0_2 69.2M 196.0K 65.5M 0% /overlay
overlayfs:/overlay 69.2M 196.0K 65.5M 0% /
tmpfs 512.0K 0 512.0K 0% /dev
/etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/c000000.wifi'
option band '5g'
option htmode 'HE80'
option cell_density '2'
option country 'US'
option channel 'auto'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/c000000.wifi+1'
option channel 'auto'
option band '2g'
option cell_density '0'
option htmode 'HE40'
config wifi-iface 'wifinet3'
option device 'radio0'
option mode 'ap'
option ssid 'NothingToSeeHere'
option encryption 'psk2+tkip+ccmp'
option key 'pass'
option network 'lan'
config wifi-iface 'wifinet1'
option device 'radio1'
option mode 'ap'
option ssid 'NothingToSeeHere'
option encryption 'psk2+tkip+ccmp'
option key 'pass'
option network 'lan'
config wifi-iface 'wifinet2'
option device 'radio1'
option mode 'ap'
option ssid 'Don'\''t Panic'
option encryption 'psk2+tkip+ccmp'
option key 'pass'
option network 'iot'
/etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd28:a829:7d16::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
option ipv6 '0'
config interface 'lan'
option device 'br-lan.10'
option proto 'static'
option ipaddr '192.168.0.1'
option netmask '255.255.255.0'
option ip6assign '60'
option delegate '0'
list dns '192.168.0.2'
config interface 'wan'
option device 'wan'
option proto 'dhcp'
option delegate '0'
option peerdns '0'
list dns '1.1.1.1'
list dns '1.0.0.1'
config bridge-vlan
option device 'br-lan'
option vlan '10'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config bridge-vlan
option device 'br-lan'
option vlan '20'
config bridge-vlan
option device 'br-lan'
option vlan '30'
config bridge-vlan
option device 'br-lan'
option vlan '40'
config interface 'guest'
option proto 'static'
option device 'br-lan.20'
option ipaddr '192.168.20.1'
option netmask '255.255.255.0'
option delegate '0'
config interface 'iot'
option proto 'static'
option device 'br-lan.30'
option ipaddr '192.168.30.1'
option netmask '255.255.255.0'
option delegate '0'
config interface 'test'
option proto 'static'
option device 'br-lan.40'
option ipaddr '192.168.40.1'
option netmask '255.255.255.0'
option delegate '0'
config device
option name 'lan1'
option drop_v6_unicast_in_l2_multicast '0'
Any help, or guidance would be greatly appreciated