OpenWRT安装迅雷离线

参考URL: http://forum.wifihell.com/thread-138-1-1.html

  1. 下载迅雷离线程序包
    下载地址:
    http://luyou.xunlei.com/thread-12545-1-1.html?_t=1432557916
    对应WZR-HP-G300NH2的程序是:Xware1.0.31_mipseb_32_uclibc.zip

  2. 通过SSH方式连接到路由器,将下载的文件解压缩传递到路由器/root/xunlei目录下

  3. 修改portal文件的权限:chmod 777 portal

  4. 执行./portal文件

root@rayAp:~# pwd
    /root
    root@rayAp:~# mkdir xunlei
    root@rayAp:~# cd xunlei/
    root@rayAp:~/xunlei# wget http://192.168.1.100/EmbedThunderManager
    root@rayAp:~/xunlei# wget http://192.168.1.100/ETMDaemon
    root@rayAp:~/xunlei# wget http://192.168.1.100/portal
    root@rayAp:~/xunlei# wget http://192.168.1.100/vod_httpserver
    root@rayAp:~/xunlei# ls
    ETMDaemon            EmbedThunderManager  portal               vod_httpserver
    root@rayAp:~/xunlei# chmod 777 portal
    root@rayAp:~/xunlei# ./portal
    initing...
    try stopping xunlei service first...
    killall: ETMDaemon: no process killed
    killall: EmbedThunderManager: no process killed
    killall: vod_httpserver: no process killed
    setting xunlei runtime env...
    port: 9000 is usable.

    YOUR CONTROL PORT IS: 9000

    starting xunlei service...
    etm path: /root/xunlei
    execv: /root/xunlei/lib/ETMDaemon.

    getting xunlei service info...
    Connecting to 127.0.0.1:9000 (127.0.0.1:9000)

    THE ACTIVE CODE IS: xxxxxx

    go to http://yuancheng.xunlei.com, bind your device with the active code.
    finished.
    root@rayAp:~/xunlei#
  1. 登陆http://yuancheng.xunlei.com网站,使用上述命令输出的ACTIVE CODE激活关联

  2. 加入./portal到开机启动项

你可能感兴趣的:(OpenWRT安装迅雷离线)