/OpenWrt-R4S

Automatic unattended weekly builds of the current OpenWrt development master branch for R4S

Primary LanguageShellMIT LicenseMIT

Actions OpenWrt Snapshot

license GitHub Stars GitHub Forks PRs Welcome Issue Welcome AutoBuild

后台入口 10.10.10.254  (若后台无法打开,请插拔交换wan,lan网线顺序.)

默认密码 root

第一次使用请采用全新安装,避免出现升级失败以及其他一些可能的Bug.

云编译需要 在此 创建个token,然后在此仓库Settings->Secrets中添加个名字为REPO_TOKEN的Secret,填入token值,否者无法触发编译

在仓库Settings->Secrets中分别添加 PPPOE_USERNAME, PPPOE_PASSWD 可设置默认拨号账号密码.有 安全隐患

Secrets中添加 SCKEY 可通过Server酱 推送编译结果到微信

Secrets中添加 TELEGRAM_CHAT_ID, TELEGRAM_TOKEN 可推送编译结果到Telegram Bot. 教程

编译触发方式:

默认插件包含:

  • Opkg 软件包管理
  • Bypass
  • UPNP 自动端口转发
  • Turbo ACC 网络加速
  • 京东签到
  • ServerChan
  • wrtbwmon、nlbwmon
  • AdGuardHome
  • 解锁网易云灰色歌曲
  • SoftetherVPN
  • ...

其他插件请自行在 后台->软件包 中安装,系统升级不会丢失插件.每次系统升级完成连接网络后,会自动安装所有已自选安装的插件.

默认后台地址 10.10.10.254, 密码 root

如何在本地使用此项目编译自己需要的 OpenWrt 固件

注意:

  1. 要用 root 用户 git 和编译!!!
  2. 国内用户编译前请准备好梯子,使用大陆白名单或全局模式
  3. 请使用Ubuntu 64bit,推荐 Ubuntu 18 或 Ubuntu 20

一键脚本:

首次编译:

screen -S openwrt
wget -O compile.sh https://raw.githubusercontent.com/garypang13/OpenWrt/master/onekey/compile.sh && bash compile.sh

二次编译:

screen -S openwrt
wget -O recompile.sh https://raw.githubusercontent.com/garypang13/OpenWrt/master/onekey/recompile.sh && bash recompile.sh

Build OpenWrt using GitHub Actions

Usage

  • 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.

Acknowledgments