注意:本文档需要配合视频才能看懂
视频介绍:https://youtu.be/EvU4b7mjLPA
相关下载:https://drive.google.com/open?id=1Cp-c1MFGpWQDHy4ddCUsaPLBNsDME9VS
后台登录: 192.168.1.1
用户名:root
密码:admin
相关代码:
更新安装源 src/gz 19.02_core http://downloads.pangubox.com:6380/pandorabox/19.02/targets/ralink/mt7621/packages src/gz 19.02_base http://downloads.pangubox.com:6380/pandorabox/19.02/packages/mipsel_1004kc_dsp/base src/gz 19.02_lafite http://downloads.pangubox.com:6380/pandorabox/19.02/packages/mipsel_1004kc_dsp/lafite src/gz 19.02_luci http://downloads.pangubox.com:6380/pandorabox/19.02/packages/mipsel_1004kc_dsp/luci src/gz 19.02_mtkdrv http://downloads.pangubox.com:6380/pandorabox/19.02/packages/mipsel_1004kc_dsp/mtkdrv src/gz 19.02_newifi http://downloads.pangubox.com:6380/pandorabox/19.02/packages/mipsel_1004kc_dsp/newifi src/gz 19.02_packages http://downloads.pangubox.com:6380/pandorabox/19.02/packages/mipsel_1004kc_dsp/packages src/gz 19.02_pear http://downloads.pangubox.com:6380/pandorabox/19.02/packages/mipsel_1004kc_dsp/pear 修改opkg.conf文件 vi /etc/opkg.conf arch all 100 arch mipsel_1004kc_dsp 200 arch mipsel_24kc 300 安装SSR opkg update opkg --nodeps install ./ipk/kmod-crypto-user_4.14.172-1_mipsel_24kc.ipk opkg install ./ipk/dns2socks_2.1-20200218_mipsel_24kc.ipk opkg install ./ipk/libuv1_1.32.0-1_mipsel_24kc.ipk opkg install ./ipk/ipt2socks_1.0.2-4_mipsel_24kc.ipk opkg install ./ipk/kcptun-client_20200321-1_mipsel_24kc.ipk opkg install ./ipk/libnet-1.2.x_1.2-rc3-4_mipsel_24kc.ipk opkg install ./ipk/libopenssl1.1_1.1.1e-1_mipsel_24kc.ipk opkg install ./ipk/microsocks_1.0-1_mipsel_24kc.ipk opkg install ./ipk/shadowsocksr-libev-ssr-local_2.5.6-5_mipsel_24kc.ipk opkg install ./ipk/tcpping_0.2-d890cc1bd8e3951390ceeff1ccb092a5d802850c_mipsel_24kc.ipk opkg install ./ipk/trojan_1.15.1-1_mipsel_24kc.ipk opkg install ./ipk/v2ray_v4.9.0_mipsel_1004kc_dsp.ipk opkg install ./ipk/v2ray-plugin_1.3.0-2_mipsel_24kc.ipk opkg install ./ipk/luci-app-ssr-plus_176-7_all.ipk
有几个ipk提示不能安装,比如
Installing tcpping (0.2-d890cc1bd8e3951390ceeff1ccb092a5d802850c) to root…
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for tcpping:
* libnet-1.2.x *
* opkg_install_cmd: Cannot install package tcpping.
有解决方法?是否有更完整的ipk包呢
直接用我提供的包来刷就可以的