Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenzok8/openwrt_build

一键多编译固件
https://github.com/kenzok8/openwrt_build

immortalwrt lean lienol openwrt

Last synced: about 10 hours ago
JSON representation

一键多编译固件

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]
[![GitHub Stars](https://img.shields.io/github/stars/kenzok8/openwrt_Build.svg?style=flat-square&label=Stars)](https://github.com/kenzok8/openwrt_Build/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/kenzok8/openwrt_Build.svg?style=flat-square&label=Forks)](https://github.com/kenzok8/openwrt_Build)
[![PRs Welcome][3]][4]
[![Issue Welcome][5]][6]
[![AutoBuild][12]][13]

Telegram

##### [openwrt固件与插件下载](https://op.dllkids.xyz/op/firmware/)

##### [docker镜像下载](https://hub.docker.com/r/kenzok8/openwrt-6p/tags)

#### 源码来源:
[![esir](https://img.shields.io/badge/AutoBuild-esir-red.svg?style=flat&logo=appveyor)](https://github.com/esirplayground/AutoBuild-OpenWrt)
[![Lienol](https://img.shields.io/badge/passwall-openwrt-blueviolet.svg?style=flat&logo=appveyor)](https://github.com/xiaorouji/openwrt-passwall)
[![immortalwrt](https://img.shields.io/badge/immortalwrt-openwrt-orange.svg?style=flat&logo=appveyor)](https://github.com/immortalwrt/immortalwrt)
[![Lean](https://img.shields.io/badge/package-Lean-blueviolet.svg?style=flat&logo=appveyor)](https://github.com/coolsnowwolf/lede)
[![P3TERX](https://img.shields.io/badge/Actions-P3TERX-success.svg?style=flat&logo=appveyor)](https://github.com/P3TERX/Actions-OpenWrt)

##### 固件发布:

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kenzok8/openwrt_Build?style=for-the-badge&label=固件下载)](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
```