Keresés

Hirdetés

Új hozzászólás Aktív témák

  • Intruder2k5

    MODERÁTOR

    válasz laolaj #5432 üzenetére

    Nekem az a meglátásom, hogy Te sokkal jobban jártál volna egy DD-WRT firmware-el. Leírás itt van hozzá, Ebben webes felületen állíthatod be a mountolást, wifi-t, samba-t, ftp-t, és elvileg a torrent telepítése is ennyi:

    1. Mount usb-disc as /jffs (formated as ext2)

    2. Run in console
    Quote:
    cd /jffs
    wget http://openwrt.groov.pl/projekty/ddwrt/opkg-ddwrt.tar.gz
    tar -zxvf opkg-ddwrt.tar.gz
    rm opkg-ddwrt.tar.gz

    3. Add to startup scrips
    Quote:
    echo "export PATH=/jffs/bin:/jffs/sbin:$PATH" >> /tmp/root/.profile
    echo "export LD_LIBRARY_PATH=/jffs/lib:/jffs/usr/lib:/jffs/usr/local/lib" >> /tmp/root/.profile

    4. Save and reboot router.

    5. opkg update

    6. Now you can install openwrt`s packages
    Quote:
    opkg install <package>

    WARNING
    Openwrt`s packages aren`t compile with prefix /jffs and ARE compile with UCI support. Well same of package may not work correct.
    ###################

    Transmission

    I recompiled transmission 2.03 for tplink&ddwrt

    Quote:
    cd /tmp
    wget http://openwrt.groov.pl/projekty/ddwrt/transmission-daemon_2.03-3-ddwrt_ar71xx.ipk
    wget http://openwrt.groov.pl/projekty/ddwrt/transmission-web_2.03-3-ddwrt_ar71xx.ipk
    opkg install transmission-daemon_2.03-3-ddwrt_ar71xx.ipk
    opkg install transmission-web_2.03-3-ddwrt_ar71xx.ipk

    Edit /jffs/etc/transmission/settings.json file and set login, password, whitelist etc. Save and run transmission
    Quote:
    /jffs/etc/init.d/transmission start

Új hozzászólás Aktív témák