While my Linksys WRT32XB is amazing at network routing, it's lack of a media sharing server has been a sore spot. Today I discovered that will no longer be the case, as a whole new world of SSH configuration was made known to me. After following this article, I discovered I only needed three lines total to enable a DLNA server on my router:
ssh root@192.168.0.1
root@ATOMIC: opkg update
root@ATOMIC: opkg install minidlna
root@ATOMIC: vim /tmp/minidlna.conf
root@ATOMIC: kill 12924
root@ATOMIC: /usr/bin/minidlna -R -f /tmp/minidlna.conf
No Comments Entered for 02-20-2019