⏰ Automatically pull the latest source code and compile it every week
👉 Automatically pull the latest Openwrt source code and compile it every week, and automatically publish it to [ Releases ]👈
Explore the project's documentation»
download link
·
Action
·
Propose new features
- Action Openwrt Cloud automatic compilation
- Directory
- Supported Devices
- 🎯Firmware Default Settings
- Firmware Features
- Built-in Plugins
- File Directory Description
- Custom Firmware
- Notes
- Firmware Preview
- Copyright Notice
- Project Support
- Stargazers over time
🎯 Firmware with app store: x86Lite
Supported devices | Category | Action | state | Download page |
---|---|---|---|---|
x86_64 | LEDE | 🍕 | ✔ | |
x86_64Lite | LEDE | 🍕 | ✔ | |
Raspberry Pi 3B/3B+ | LEDE | 🍕 | ✔ | |
Raspberry Pi 4B | LEDE | 🍕 | ✔ | |
Raspberry Pi 5 | LEDE | 🍕 | ✔ | |
NanoPi R2S | LEDE | 🍕 | ✔ | |
NanoPi R4S | LEDE | 🍕 | ✔ | |
NanoPi R5C | LEDE | 🍕 | ✔ | |
NanoPi R5S | LEDE | 🍕 | ✔ | |
FastRhino R68S | LEDE | 🍕 | ✔ | |
Orange Pi R1 Plus | LEDE | 🍕 | ✔ |
- Router address:
192.168.10.1
- Default username:
root
- Default password:
password
⏰ Firmware compilation changed to weekly update
(mainly stability, reduce resource waste)
✨ iStore application store AppStore
✨ Built-in commonly used plug-ins
✨ Arm integrates all openwrt USB drivers
✨ Integrated Python3.x (with pip) environment
✨ Integrated Docker-CE
✨ Integrated Node.js (14.xLTS with npm, yarn)
✨ Brand new Them
✨ x86_64 vmdk firmware integrated with vm-tools
✨ x86_64 iso format image
✨ x86_64 Lite version (necessary plug-ins & application store)
🍕 默认插件
- PassWall2 / SSR Plus
- AdGuard Home
- Mentohust
luci-app-vssr- luci-adbyby-plus
- luci-app-unblockmusic
- luci-app-ddns
- luci-app-pushbot (全能推送)
- luci-app-onliner
- luci-app-ttyd
- luci-app-turboacc
- luci-app-upnp
- luci-app-netdata
- luci-usb-printer
- luci-app-nps
- luci-app-frpc
- luci-app-n2n
- luci-app-syncdial (多播插件)
- luci-app-turboacc
- luci-app-kms
- luci-app-docker
- luci-app-serverchan
- luci-app-control-timewol (定时wol唤醒)
- luci-app-aliyundrive-webdav (阿里云盘)
- luci-app-filebrowser
- luci-app-nfs
......
eg:
filetree
├── .github/workflows
│ ├── Rockchip_armv8.yml
│ ├── RaspberryPi3.yml
│ ├── RaspberryPi4.yml
│ ├── RaspberryPi5.yml
│ ├── x86_64.yml
│ ├── x86_64Lite.yml
│ ├── update-checker.yml
├── /configs/ (配置文件目录)
│ ├── LuciApp.config (插件配置文件)
│ ├── LuciApp_Lite.config (简洁配置文件)
│ ├── RPi3.config
│ ├── RPi4.config
│ ├── RPi5.config
│ ├── x86_64.config
│ ├── Rockchip.config
├── configure.sh (固件参数修改)
├── package.sh (luci-app)
Tips:
x86.conf | RPi4.config - 该类型配置文件主要为机型配置文件
LuciApp.conf / LuciApp_Lite.conf - 主要用于配置固件插件应用
- Fork 此项目
- 按需修改
configure.sh
和package.sh
文件 - 上传你自己的
xx.config
配置文件到configs目录 - 添加或修改自己的
xx.yml
文件 - 最后根据个人喜好修改
update-checker.yml
需自行添加Actions secrets
(触发自动编译)
📌 修改默认系统参数 👉 configure.sh
📌 添加其它Luci插件 👉 package.sh
📌 插件 / 应用配置文件 👉 configs/LuciApp.config
该项目签署了MIT 授权许可,详情请参阅 LICENSE