REPO_URL:
不同库地址(默认lean的https://github.com/coolsnowwolf/lede.git
或Lienol的https://github.com/Lienol/openwrt
);REPO_BRANCH:
不同分支 (以Lienol OpenWrt源码为例分支dev-master
激进;dev-19.07
OpenWrt官方平稳版;dev-lean-lede
lean的源码)。diy-part1.sh
文件修改feeds.conf.default
配置。默认添加fw876/helloworld
。passwall
的lienol-openwrt-package
试试。diy-part2.sh
文件可以自定义默认IP,登陆密码等。按我的需要现在的默认IP为192.168.1.11在触发工作流程后,默认SSH_ACTIONS: true
在 Actions 页面等待执行到SSH connection to Actions
步骤,会出现下面信息:
***
To connect to this session copy-n-paste the following into a terminal or browser:
ssh Y26QeagDtsPXp2mT6me5cnMRd@nyc1.tmate.io
https://tmate.io/t/Y26QeagDtsPXp2mT6me5cnMRd
***
cd openwrt && make menuconfig
Ctrl+D
或执行exit
命令退出,后续编译工作将自动进行。menuconfig
自定义配置固件,不需要再导出.config
和上传.config
多流程编译移步Actions-Lean-OpenWrt