#install ushare, ARM9(Stock Firmware), Manual download
http://buffalo.nas-central.org/wiki/Ushare_-_UPnP_Media_Server_for_Linux
cd /tmp
wget http://downloads.nas-central.org/Users/kaiten/ushare-1.0+libupnp-1.4.6_arm9.tgz
tar -C / -xzvf ushare-1.0+libupnp-1.4.6_arm9.tgz
ldconfig -v
nano /usr/local/etc/ushare.conf
...
USHARE_DIR=/home/user1/media1,/home/user2/media2,
...
# Enable Web interface (yes/no)
ENABLE_WEB=yes
# Enable Telnet control interface (yes/no)
ENABLE_TELNET=no
# Use XboX 360 compatibility mode (yes/no)
ENABLE_XBOX=yes
# Use DLNA profile (yes/no)
# This is needed for PlayStation3 to work (among other devices)
ENABLE_DLNA=yes
...
route add -net 239.0.0.0 netmask 255.255.255.0 eth0
nano /etc/init.d/ushare
cd /etc/rc2.d
ln -s ../init.d/ushare S99ushare
cd ../rc0.d
ln -s ../init.d/ushare K02ushare
cd ../rc6.d
ln -s ../init.d/ushare K02ushare
ushare -i eth0 -c /home/user1/media1,/home/user2/media2,