/lede-ssr-plus

Primary LanguageMakefileMIT LicenseMIT

Xray

SSRP

中文:通过openwrt-sdk-armvirt-64的SDK编译IPK,我个人用于Phicomm N1.理论上所有arm64的openwrt都可以使用

如何安装ipk

  1. 命令行

使用Winscp将ipk上载到openwrt,然后通过ssh连接到openwrt:

  opkg install [文件夹路径]/IPk名
  1. Openwrt UI

菜单: 文件传输 - > 选择文件 - > 上传 - > 安装

FileTransfer

感激

SDK是通过coolsnowwolf/Lede项目编译生成


English Version: Ipk is compiled by openwrt-sdk-armvirt-64 SDK, which I personally use for phicmn1. Theoretically, all openwrt of arm64 can be used

How to install the ipk

  1. Command

Use Winscp to upload ipk to your openwrt, and then connect to openwrt via ssh:

  opkg install [file's path ]/ipk's name
  1. Openwrt UI

Menu: Filetransfer - > Select the file - > Upload - > Install

FileTransfer

Credits

The SDK is compiled and generated by the coolsnowwolf/Lede project