Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
/ R2S-OpenWrt Public archive

Self-Build OpenWrt For NanoPi R2S

License

Notifications You must be signed in to change notification settings

Potat0000/R2S-OpenWrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NanoPi R2S OpenWrt 固件自动编译

喜欢记得右上角Star哟!!

发布地址

https://github.com/gyj1109/R2S-OpenWrt/releases

刷入帮助

刷写时需解压出.img文件后刷入

  • 首次刷写可使用 Rufus,刷入后在终端中运行firstboot后输入y,然后重启
  • 后续可使用 系统 - 备份/升级 菜单完成升级

管理后台

  • 地址:192.168.1.1
  • 默认密码:password

Fork方法

  1. Fork 到自己的账号下
  2. 进入 Actions 界面,启用 Github Actions(必须要先启用)
  3. Github Token 页面申请 Token (需含有repo权限)
  4. 在项目 Settings - Secrets 界面,添加一个 Secret 命名为sec_token,内容为上一步申请的 Token
  5. origin.seed 文件中,自定义所需要的软件包
    • 比如需要 luci-app-samba, 那么只要在文件中添加一行 CONFIG_PACKAGE_luci-app-samba=y

按此方法Fork后编译,无需修改workflow文件,并将自动按您的用户名生成ROM

贡献

欢迎提出各种Issue,包括但不限于:

  • 新模块需求
  • Fork后编译失败的帮助
  • 新的编译选项(及将部分功能设置成可选择性编译)
  • 来自其他R2S编译项目的优秀workflow建议
  • ……

此外,一个人精力有限。如果有能力,一定要多提PR哦!

感谢