# openWRT-OrangePiZero3 **Repository Path**: danimeo/openWRT-OrangePiZero3 ## Basic Information - **Project Name**: openWRT-OrangePiZero3 - **Description**: 香橙派zero3的OpenWRT - **Primary Language**: Shell - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-16 - **Last Updated**: 2025-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 小白,自用
本仓库fork自 [jym66/openWRT-OrangePiZero3](https://github.com/jym66/openWRT-OrangePiZero3) - 内核版本:6.1.100(曾编译过:6.1.97、6.1.89) - ext4 rootfs分区大小:5.00 GB(曾编译过:6.00 GB) - 固件默认管理地址:`192.168.4.200` IP:`192.168.4.200` 网关:`192.168.4.1` DNS:`192.168.4.1` - 默认用户:`root` 默认密码:`password` - 选用了非常多的插件 ---

OpenWrt — 香橙派zero3 自用

## 项目说明 [![](https://img.shields.io/badge/-项目基本介绍-FFFFFF.svg)](#项目说明-) - 固件构成:[![Lean](https://img.shields.io/badge/Lede-Lean-ff69b4.svg?style=flat&logo=appveyor)](https://github.com/coolsnowwolf/lede) [![P3TERX](https://img.shields.io/badge/OpenWrt-P3TERX-blueviolet.svg?style=flat&logo=appveyor)](https://github.com/P3TERX/Actions-OpenWrt) [![Flippy](https://img.shields.io/badge/Package-Flippy-orange.svg?style=flat&logo=appveyor)](https://github.com/unifreq/openwrt_packit) [![Haiibo](https://img.shields.io/badge/Build-Haiibo-32C955.svg?style=flat&logo=appveyor)](https://github.com/haiibo/OpenWrt) - 项目使用 Github Actions 拉取 [Lean](https://github.com/coolsnowwolf/lede) 的 Openwrt 源码仓库进行云编译 - 固件默认管理地址:`192.168.1.1` 默认用户:`root` 默认密码:`password` ## 固件特色 [![](https://img.shields.io/badge/-本项目固件特色-FFFFFF.svg)](#固件特色-) 1. 固件每天定时自动编译,以确保获得最新体验 2. 集成部分常用有线、无线、3G / 4G 网卡驱动 ## 插件预览 [![](https://img.shields.io/badge/-固件插件及功能预览-FFFFFF.svg)](#插件预览-)
 Orange Pi Zero3 插件预览
## 定制固件 [![](https://img.shields.io/badge/-项目基本编译教程-FFFFFF.svg)](#定制固件-) 1. 首先要登录 Gihub 账号,然后 Fork 此项目到你自己的 Github 仓库 2. 修改 `configs` 目录对应文件添加或删除插件,或者上传自己的 `xx.config` 配置文件 3. 插件对应名称及功能请参考恩山网友帖子:[Applications 添加插件应用说明](https://www.right.com.cn/forum/thread-3682029-1-1.html) 4. 如需修改默认 IP、添加或删除插件包以及一些其他设置请在 `diy-script.sh` 文件内修改 5. 添加或修改 `xx.yml` 文件,最后点击 `Actions` 运行要编译的 `workflow` 即可开始编译 6. 编译大概需要3-5小时,编译完成后在仓库主页 [Releases](https://github.com/haiibo/OpenWrt/releases) 对应 Tag 标签内下载固件
 如果你觉得修改 config 文件麻烦,那么你可以点击此处尝试本地提取 1. 首先装好 Linux 系统,推荐 Debian 11 或 Ubuntu LTS 2. 安装编译依赖环境 ```bash sudo apt update -y sudo apt full-upgrade -y sudo apt install -y ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential \ bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib \ git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev \ libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz \ mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pyelftools \ libpython3-dev qemu-utils rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip \ vim wget xmlto xxd zlib1g-dev ``` 3. 下载源代码,更新 feeds 并安装到本地 ```bash git clone https://github.com/coolsnowwolf/lede cd lede ./scripts/feeds update -a ./scripts/feeds install -a ``` 4. 复制 diy-script.sh 文件内所有内容到命令行,添加自定义插件和自定义设置 5. 命令行输入 `make menuconfig` 选择配置,选好配置后导出差异部分到 seed.config 文件 ```bash make defconfig ./scripts/diffconfig.sh > seed.config ``` 7. 命令行输入 `cat seed.config` 查看这个文件,也可以用文本编辑器打开 8. 复制 seed.config 文件内所有内容到 configs 目录对应文件中覆盖就可以了 **如果看不懂编译界面可以参考 YouTube 视频:[软路由固件 OpenWrt 编译界面设置](https://www.youtube.com/watch?v=jEE_J6-4E3Y&list=WL&index=7)**
## 特别提示 [![](https://img.shields.io/badge/-个人免责声明-FFFFFF.svg)](#特别提示-) - **因精力有限不提供任何技术支持和教程等相关问题解答,不保证完全无 BUG!** - **本人不对任何人因使用本固件所遭受的任何理论或实际的损失承担责任!** - **本固件禁止用于任何商业用途,请务必严格遵守国家互联网使用相关法律规定!** ## 鸣谢 [![](https://img.shields.io/badge/-跪谢各大佬-FFFFFF.svg)](#鸣谢-) | [ImmortalWrt](https://github.com/immortalwrt) | [coolsnowwolf](https://github.com/coolsnowwolf) | [P3TERX](https://github.com/P3TERX) | [Flippy](https://github.com/unifreq) | | :-------------: | :-------------: | :-------------: | :-------------: | | | | | | | [Ophub](https://github.com/ophub) | [SuLingGG](https://github.com/SuLingGG) | [QiuSimons](https://github.com/QiuSimons) | [IvanSolis1989](https://github.com/IvanSolis1989) | | | | | |