Thank you for responding and taking an interest in this problem ... 
Seems stable enough ... When I first bought the router, I had installed DD-WRT, but no matter what I did, I could not get the wireless to link up any faster than 150MB so I flashed the factory firmware and then was able to link up at 1.3GB (quite a difference) ... then I had a need to port forward 3389 for some time for a work thing, but the router was getting inundated with attacks on that port and since I don't trust windows, I removed the PAT - and what really bothers me about these home routers, is you cannot limit your port forward to a specific internet IP address (which would have prevented the entire planet from trying to hack my windows box) .... so thats when I decided I'd give OpenWRT a shot, thinking I could - if anything - find a package that lets me tune my port address translations a little more tightly than the stock firmware ... and thats when I ran into this issue trying to update the repository database ...
Anyways, here is the output you requested:
root@OpenWrt:~# free; head -n -0 /etc/opkg.conf /etc/opkg/*.conf
total used free shared buffers cached
Mem: 478400 66836 411564 444 2800 9068
-/+ buffers/cache: 54968 423432
Swap: 0 0 0
==> /etc/opkg.conf <==
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
option check_signature
==> /etc/opkg/customfeeds.conf <==
# add your custom package feeds here
#
# src/gz example_feed_name http://www.example.com/path/to/files
==> /etc/opkg/distfeeds.conf <==
src/gz openwrt_core http://downloads.openwrt.org/releases/18.06.5/targets/ipq806x/generic/packages
src/gz openwrt_kmods http://downloads.openwrt.org/releases/18.06.5/targets/ipq806x/generic/kmods/4.14.151-1-e0e48e988f7369b5689954f7ddd801b1
src/gz openwrt_base http://downloads.openwrt.org/releases/18.06.5/packages/arm_cortex-a15_neon-vfpv4/base
src/gz openwrt_luci http://downloads.openwrt.org/releases/18.06.5/packages/arm_cortex-a15_neon-vfpv4/luci
src/gz openwrt_packages http://downloads.openwrt.org/releases/18.06.5/packages/arm_cortex-a15_neon-vfpv4/packages
src/gz openwrt_routing http://downloads.openwrt.org/releases/18.06.5/packages/arm_cortex-a15_neon-vfpv4/routing
src/gz openwrt_telephony http://downloads.openwrt.org/releases/18.06.5/packages/arm_cortex-a15_neon-vfpv4/telephony
I'm not sure if this is relevant, but this looks odd to me:
root@OpenWrt:~# opkg --version
opkg version dcbc142e51f5f5f2fb9e4e44657e013d3c36a52b (2019-06-14)