⏰ 每周自动拉取最新源码自动编译
👉 每周定时自动拉取Openwrt最新源码编译,自动发布到 [ Releases ]👈
探索本项目的文档 »
下载地址
·
Action
·
提出新特性
🎯 带应用商店的固件:x86Lite |
支持的设备 | 固类别 | Action | 状态 | 下载页 |
---|---|---|---|---|---|
x86_64 | LEDE | 🍕 | ✔ | ||
x86_64Lite | LEDE | 🍕 | ✔ | ||
树莓派 3B/3B+ | LEDE | 🍕 | ✔ | ||
树莓派 4B | LEDE | 🍕 | ✔ | ||
树莓派 5 | LEDE | 🍕 | ✔ | ||
NanoPi R2S | LEDE | 🍕 | ✔ | ||
NanoPi R4S | LEDE | 🍕 | ✔ | ||
NanoPi R5C | LEDE | 🍕 | ✔ | ||
NanoPi R5S | LEDE | 🍕 | ✔ | ||
FastRhino R68S | LEDE | 🍕 | ✔ | ||
Orange Pi R1 Plus | LEDE | 🍕 | ✔ |
192.168.10.1
root
password
⏰ 固件编译改为周更
(稳定为主,减少资源浪费)
✨ iStore应用商店 AppStore
✨ 自带常用的插件
✨ Arm集成所有openwrt的USB驱动
✨ 集成Python3.x(带pip)环境
✨ 集成Docker-CE
✨ 集成Node.js(14.xLTS 带npm、yarn)
✨ 全新的 Them
✨ x86_64 vmdk固件集成vm-tools
✨ x86_64 iso格式镜像
✨ x86_64 Lite版本(必要插件&应用商店)
🍕 默认插件
eg:
filetree
├── .github/workflows
│ ├── Rockchip.yml
│ ├── RaspberryPi3.yml
│ ├── RaspberryPi4.yml
│ ├── RaspberryPi5.yml
│ ├── x86_64.yml
│ ├── x86_64Lite.yml
│ ├── update-checker.yml
├── /configs/ (配置文件目录)
│ ├── /luci/ (app插件配置)
│ | ├── Lite.config (简洁配置)
│ | ├── Standard.config (标准配置 大量插件)
│ ├── RPi3.config
│ ├── RPi4.config
│ ├── RPi5.config
│ ├── x86_64.config
│ ├── Rockchip.config
├── configure.sh (固件参数修改)
├── package.sh (luci-app)
Tips:
x86.conf | RPi4.config - 该类型配置文件主要为机型配置文件
Standard.conf / Lite.conf - 主要用于配置固件插件应用
configure.sh
和 package.sh
文件xx.config
配置文件到configs目录xx.yml
文件update-checker.yml
需自行添加 Actions secrets
(触发自动编译)📌 修改默认系统参数 👉 configure.sh
📌 添加其它Luci插件 👉 package.sh
📌 插件 / 应用配置文件 👉 configs/Standard.config
主界面(主题一):
应用商店/插件
服务/插件:
网络:
经典主题二:
主界面:
该项目签署了MIT 授权许可,详情请参阅 LICENSE