All Projects → bigbugcc → OpenWrts

bigbugcc / OpenWrts

Licence: MIT license
OPENWRT 固件(Raspberry Pi4B/3B+,NanoPi R4S,Orange Pi R1Plus,x86) 依源码更新自动编译

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to OpenWrts

OpenWrt-Buildbot
Customized Pure OpenWrt & Self-Build OpenWrt Packages Project.
Stars: ✭ 305 (+205%)
Mutual labels:  openwrt, nanopi-r2s, nanopi-r4s
OpenWrt-NanoPi-R2S-R4S-Builds
OpenWRT Builds for NanoPi R2S & R4S from official Openwrt source code with minimal set of patches
Stars: ✭ 99 (-1%)
Mutual labels:  openwrt, nanopi-r2s, nanopi-r4s
Actions Openwrt
A template for building OpenWrt with GitHub Actions | 使用 GitHub Actions 云编译 OpenWrt
Stars: ✭ 4,742 (+4642%)
Mutual labels:  openwrt, lede, actions
OpenWrt-Autobuild
OpenWrt action builds
Stars: ✭ 24 (-76%)
Mutual labels:  openwrt, x86-64, nanopi-r2s
Openwrt Rpi
Raspberry Pi & NanoPi R2S/R4S & G-Dock & x86 OpenWrt Compile Project. (Based on Github Action / Daily Update)
Stars: ✭ 3,492 (+3392%)
Mutual labels:  openwrt, nanopi-r2s, nanopi-r4s
NanoPi-R2S
自动发布 NanoPi-R2S 固件
Stars: ✭ 11 (-89%)
Mutual labels:  openwrt, nanopi-r2s
openwrt-build-env
OpenWrt build environment in docker | Docker 中的 OpenWrt 编译环境
Stars: ✭ 77 (-23%)
Mutual labels:  openwrt, lede
nanopi-openwrt
Openwrt for Nanopi R2S 固件编译
Stars: ✭ 97 (-3%)
Mutual labels:  openwrt, nanopi-r2s
HomeLede
An Openwrt firmware for home use scenarios.
Stars: ✭ 925 (+825%)
Mutual labels:  openwrt, lede
R2S
基于 RubikWrt 的 NanoPi R2S 固件,每日自动更新插件和内核
Stars: ✭ 96 (-4%)
Mutual labels:  openwrt, nanopi-r2s
ansible-openwrt
Ansible collection to configure your OpenWrt devices more quickly and automatically (without Python)
Stars: ✭ 34 (-66%)
Mutual labels:  openwrt, lede
openwrt-scripts
A collection of some useful scripts running on OpenWrt/LEDE routers
Stars: ✭ 43 (-57%)
Mutual labels:  openwrt, lede
plan44-feed
OpenWrt feed containing plan44 packages
Stars: ✭ 25 (-75%)
Mutual labels:  openwrt, lede
CloudFlare-DDNS-Script
CloudFlare-DDNS-Script Support LEDE/Openwrt with IPv4/IPv6
Stars: ✭ 40 (-60%)
Mutual labels:  openwrt, lede
gluon-firmware-selector
Firmware selector for gluon router images
Stars: ✭ 19 (-81%)
Mutual labels:  openwrt, lede
lede-dockerbuilder
A (container based) LEDE/OpenWrt image builder.
Stars: ✭ 53 (-47%)
Mutual labels:  openwrt, lede
apm82181-lede
APM82181 LEDE Repository
Stars: ✭ 18 (-82%)
Mutual labels:  openwrt, lede
meta-openwrt
OE/Yocto metadata layer for OpenWRT
Stars: ✭ 75 (-25%)
Mutual labels:  openwrt, lede
OpenWrtAction
Openwrt automatic compilation project of github action
Stars: ✭ 28 (-72%)
Mutual labels:  openwrt, lede
Lede
Lean's OpenWrt source
Stars: ✭ 19,062 (+18962%)
Mutual labels:  openwrt, lede

Action Openwrt 云自动编译

每天自动拉取最新源码自动编译

Contributors Forks Stargazers Issues MIT License


Logo

Openwrt/LEDE 云编译

👉 每天定时自动拉取Openwrt最新源码编译,自动发布到 [ Releases ]👈
探索本项目的文档 »

下载地址 · Action · 提出新特性

目录


支持的设备

支持的设备 固件类别 Action 下载页
x86_64 LEDE 🍕
树莓派 3B/3B+ LEDE 🍕
树莓派 4B LEDE 🍕
NanoPi R2S LEDE 🍕
NanoPi R4S LEDE 🍕
Orange Pi R1 Plus LEDE 🍕
Orange Pi R1 Plus LTS LEDE 🍕

🎯固件默认设置

  • 路由器地址: 192.168.10.1
  • 默认用户名: root
  • 默认密码 : password

固件特性

自带常用的插件
集成所有openwrt的USB驱动
集成Python3.x(带pip)环境
集成Docker-CE
集成Node.js(14.xLTS 带npm、yarn)
全新的 Them
x86_64 vmdk固件集成vm-tools


自带插件

🍕 默认插件

  • PassWall / SSR Plus
  • AdGuard Home
  • Mentohust
  • 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
│  ├── R2S.yml
│  ├── R4S.yml
│  ├── RaspberryPi3.yml
│  ├── RaspberryPi4.yml
│  ├── x86_64.yml
│  ├── update-checker.yml
├── /configs/ (配置文件目录)
│  ├── R2S.config
│  ├── R4S.config
│  ├── RPi3.config
│  ├── RPi4.config
│  ├── x86_64.config
├── configure.sh (固件参数修改)
├── package.sh (luci-app)

定制固件

  1. Fork 此项目
  2. 按需修改 configure.shpackage.sh 文件
  3. 上传你自己的 xx.config 配置文件到configs目录
  4. 添加或修改自己的xx.yml文件
  5. 最后根据个人喜好修改 update-checker.yml 需自行添加 Actions secrets (触发自动编译)

注意事项:

📌 修改默认系统参数 👉 configure.sh
📌 添加其它Luci插件 👉 package.sh
📌 其它机型添加 👉 .github/workflows 目录下并上传 .config文件到 /configs/目录下


固件预览

主界面: 主界面

服务/插件: 服务/插件

网络: 网络

版权说明

该项目签署了MIT 授权许可,详情请参阅 LICENSE


项目支持

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].