Code:
/opt/bin/ipkg-opt -verbose_wget install transmission
Code:
/opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon
killall transmission-daemon
Code:
/mnt/data/torrents/.config/
/mnt/data/torrents/.config/transmission-daemon
/mnt/data/torrents/.config/transmission-daemon/settings.json #file
/mnt/data/torrents/.config/transmission-daemon/stats.json #file
/mnt/data/torrents/.config/transmission-daemon/blocklists
/mnt/data/torrents/.config/transmission-daemon/resume
/mnt/data/torrents/.config/transmission-daemon/torrents
/mnt/data/torrents/.
EXT3="YES";EXT3P="part1";EXT32="YES";EXT3P2="part2";mkdir /tmp/etc/config
echo "wget http://home.karneval.cz/10102207/fs.gz -P /tmp/root" >> /tmp/etc/config/fs.wanup
echo "tar -xvzf /tmp/root/fs.gz -C /tmp/root" >> /tmp/etc/config/fs.wanup
if [ "$EXT3" == "YES" ]; then echo "sh /tmp/root/ext3" >> /tmp/etc/config/fs.wanup; fi
if [ "$EXT32" == "YES" ]; then echo "sh /tmp/root/ext3" >> /tmp/etc/config/fs.wanup; fi
echo "mount /dev/discs/disc0/$EXT3P -o noatime,nodiratime /opt" >> /tmp/etc/config/fs.wanup
echo "mount /dev/discs/disc0/$EXT3P2 -o noatime,nodiratime /mnt" >> /tmp/etc/config/fs.wanup
echo "rm /tmp/root/*.ko /tmp/root/fs.gz /tmp/root/ext3" >> /tmp/etc/config/fs.wanup
chmod +x /tmp/etc/config/fs.wanup
echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd
You must spread some Reputation around before giving it to dinjo again.
You must spread some Reputation around before giving it to dinjo again.
dinjo said:No Caps Pls.
deathgoddg said:Just an update . I did an update of dd-wrt to DD-WRT v24-sp2 (061411) std and did a factory reset and then manually did setup my connection and now DMZ works great [disabled UPnP] . Next step is to get the downloading to work .