https://github.com/kenzok8/openwrt_build
一键多编译固件
https://github.com/kenzok8/openwrt_build
immortalwrt lean lienol openwrt
Last synced: 6 months ago
JSON representation
一键多编译固件
- Host: GitHub
- URL: https://github.com/kenzok8/openwrt_build
- Owner: kenzok8
- License: mit
- Created: 2020-06-01T08:12:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T11:09:53.000Z (7 months ago)
- Last Synced: 2025-04-13T20:40:31.433Z (7 months ago)
- Topics: immortalwrt, lean, lienol, openwrt
- Language: Shell
- Homepage: https://op.dllkids.xyz
- Size: 666 KB
- Stars: 880
- Watchers: 20
- Forks: 450
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### AutoBuild-OpenWrt
[1]: https://img.shields.io/badge/license-GPLV2-brightgreen.svg
[2]: /LICENSE
[3]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
[4]: https://github.com/kenzok8/openwrt_Build/pulls
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg
[6]: https://github.com/kenzok8/openwrt_Build/issues/new
[7]: https://img.shields.io/github/v/release/hyird/Action-Openwrt
[8]: https://github.com/kenzok8/openwrt_Build/releases
[10]: https://img.shields.io/badge/Contact-telegram-blue
[11]: https://t.me/joinchat/JjxmyRZZXJWb74I-sCrryA
[12]: https://github.com/kenzok8/openwrt_Build/actions/workflows/Lean.yml/badge.svg
[13]: https://github.com/kenzok8/openwrt_Build/actions
[![license][1]][2]
[](https://github.com/kenzok8/openwrt_Build/stargazers)
[](https://github.com/kenzok8/openwrt_Build)
[![PRs Welcome][3]][4]
[![Issue Welcome][5]][6]
[![AutoBuild][12]][13]

##### [openwrt固件与插件下载](https://op.dllkids.xyz/op/firmware/)
##### [docker镜像下载](https://hub.docker.com/r/kenzok8/openwrt-6p/tags)
#### 源码来源:
[](https://github.com/esirplayground/AutoBuild-OpenWrt)
[](https://github.com/xiaorouji/openwrt-passwall)
[](https://github.com/immortalwrt/immortalwrt)
[](https://github.com/coolsnowwolf/lede)
[](https://github.com/P3TERX/Actions-OpenWrt)
##### 固件发布:
[](https://github.com/kenzok8/openwrt_Build/releases/latest)
##### 固件下载链接
- [Lienol_24.10固件地址](https://op.dllkids.xyz/op/firmware/Lienol/)
- [Lean固件地址](https://op.dllkids.xyz/op/firmware/Lean/)
- [immortalwrt-24.10固件](https://op.dllkids.xyz/op/firmware/ctc_24.10/)
- [immortalwrt-18.06固件](https://op.dllkids.xyz/op/firmware/ctc_18.06/)
- [nanopi-r5s固件下载](https://op.dllkids.xyz/op/firmware/nanopi-r5s/)
- [nanopi-r6s固件下载](https://op.dllkids.xyz/op/firmware/nanopi-r6s/)
### 默认插件包含:
+ Mosdns
+ openclash
+ SSR Plus
+ homeproxy
+ mihomo
+ 动态DDNS
+ UPNP 自动端口转发
+ 默认多个主题
+ 默认管理 IP: 192.168.1.251, 用户名 root,密码 password
* 修改默认ip
```bash
sed -i 's/192.168.1.1/192.168.3.1/g' package/base-files/files/bin/config_generate
```
* 替换终端为bash
```bash
sed -i 's/\/bin\/ash/\/bin\/bash/' package/base-files/files/etc/passwd
```
* 添加新的主题
```bash
git clone https://github.com/kenzok8/luci-theme-ifit.git package/lean/luci-theme-ifit
```
* 添加常用软件包
```bash
git clone https://github.com/kenzok8/openwrt-packages.git package/openwrt-packages
```
* 删除默认密码
```bash
sed -i "/CYXluq4wUazHjmCDBCqXF/d" package/lean/default-settings/files/zzz-default-settings
```
* 取消bootstrap为默认主题
```bash
sed -i 's/luci-theme-bootstrap/luci-theme-argon/g' feeds/luci/collections/luci/Makefile
```