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

  • Intruder2k5

    MODERÁTOR

    válasz laolaj #8190 üzenetére

    http://e51.xf.cz/wrt/index.php?path=tl-wr1043nd%2Fdd-wrt/

    Optware od Tplink - My solution - Tutorial

    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

    done
    ###################

    Nano

    If you have a problem with nano (xterm error) you have to do:
    Quote:
    cp /usr/lib/libncurses* /jffs/usr/lib/

    ###################

    The End Smile

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