固件生成有3种方式:在线定制化生成、GitHub编译、本地化编译。
可根据需要选择任意一种进行固件生成。
-
将仓库进行fork
-
按需添加相关环境参数REPO_TOKEN、SCKEY、TELEGRAM_CHAT_ID
-
Actions页面选择 Repo Dispatcher 点击 Run workflow
请在支持油猴的浏览器中安装 脚本 ,仓库右上角会出现 x86_64 Actions,K2P Actions等按钮,点击对应按钮即可.更多玩法 repo-dispatcher
-
登录地址 192.168.3.1 (若后台无法打开,请尝试插拔交换wan、lan网线顺序。)
-
默认用户 root
-
默认密码 root
部分服务需要先自行在软件包中安装并启用,可自行在 /etc/nginx/conf.d/shortcuts.conf 中调整和添加更多快捷访问。
- op/ 可打开 OpenWRT后台 即 lan ip
-
第一次使用请采用全新安装,避免出现升级失败以及其他一些可能的Bug.
-
云编译需要 在此 创建个token,然后在此仓库Settings->Secrets中添加个名字为REPO_TOKEN的Secret,填入token值,否者无法触发编译。
-
在仓库Settings->Secrets中分别添加 PPPOE_USERNAME, PPPOE_PASSWD 可设置默认拨号账号密码.有 安全隐患。
-
在仓库Settings->Secrets中添加 SCKEY 可通过Server酱 推送编译结果到微信。
-
在仓库Settings->Secrets中添加 TELEGRAM_CHAT_ID, TELEGRAM_TOKEN 可推送编译结果到Telegram Bot. 教程
-
DIY云编译教程参考: Read the details in my blog (in Chinese) | 中文教程
-
默认插件包含: Opkg 软件包管理、Bypass 智能过墙、Samba4 文件共享(x86)、UPNP 自动端口转发、Turbo ACC 网络加速。 其他插件请自行在 后台->软件包 中安装,系统升级不会丢失插件.每次系统升级完成连接网络后,会自动安装所有已自选安装的插件。
For English
Build OpenWrt using GitHub Actions
- Sign up for GitHub Actions
- Fork this GitHub repository
- click the
Star
button, and the build will starts automatically.Progress can be viewed on the Actions page. - When the build is complete, click the
Artifacts
button in the upper right corner of the Actions page to download the binaries.