OpenWrt 编译固件、云编译(Lean、Lienol、ssrplus、passwall、 Applications 添加插件应用说明)

云编译流程

第一步:根据P3TERX云编译流程操作,进入 P3TERX/Actions-OpenWrt 项目页面,点击页面中的 Use this template (使用这个模版)按钮,fork一份项目。

第二步:git clone 下载OpenWrt源码,集成kenzok8的常用软件,生成 .config 配置文件。(我使用的是Lean的代码)

第三步:将 .config 复制到fork的项目下,将kenzok8的配置信息,根据要求 填写到  diy-part1.sh。 

第四步:Actions 点击启动编译。

相关链接

Lean源码:https://github.com/coolsnowwolf/lede

Lienol源码:https://github.com/Lienol/openwrt

GitHub Actions 云编译Openwrt :https://github.com/P3TERX/Actions-OpenWrt

openwrt常用软件包(ssrplus、passwall 等):https://github.com/kenzok8/openwrt-packages

 LuCI -> Applications 添加插件应用说明——Lean( 2021.10.8 更新 ):https://www.right.com.cn/forum/thread-344825-1-1.html

原文地址:https://www.cnblogs.com/fixdq/p/15474871.html