# OpenWrt
**Repository Path**: mirrors_amutu/OpenWrt
## Basic Information
- **Project Name**: OpenWrt
- **Description**: OpenWrt
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-10-01
- **Last Updated**: 2026-01-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
OpenWrt — IPQ60XX云编译
## 项目说明 [](#项目说明-)
- 固件默认管理地址:`192.168.1.1` 默认用户:`root` 默认密码:`password`
- 源码来源:https://github.com/breeze303/ipq60xx-6.1.git
- 源码来源:https://github.com/breeze303/ipq60xx-6.6.git
- 源码来源:https://github.com/openwrt-dev/openwrt-ipq60xx 感谢大佬
- 源码来源: https://github.com/JiaY-shi/openwrt/tree/ipq60xx-devel_nss 感谢大佬
- 云编译来源:https://github.com/haiibo/OpenWrt 感谢大佬
## 固件下载 [](#固件下载-)
点击下表中 [](https://github.com/haiibo/OpenWrt/releases) 即可跳转到该设备固件下载页面
| 平台+设备名称 | 固件编译状态 | 配置文件 | 固件下载 |
| :-------------: | :-------------: | :-------------: | :-------------: |
| [](https://github.com/breeze303/OpenWrt/blob/main/.github/workflows/IPQ60XX-6.1-WIFI.yml) | [](https://github.com/breeze303/OpenWrt/actions/workflows/IPQ60XX-6.1-WIFI.yml) | [](https://github.com/breeze303/OpenWrt/blob/main/configs/ipq60xx-6.1-wifi.config) | [](https://github.com/breeze303/OpenWrt/releases/IPQ60XX-6.1-WIFI) |
| [-32C955.svg?logo=openwrt)](https://github.com/breeze303/OpenWrt/blob/main/.github/workflows/IPQ60XX-6.1-WIFI(EMMC).yml) | [.yml/badge.svg)](https://github.com/breeze303/OpenWrt/actions/workflows/IPQ60XX-6.1-WIFI(EMMC).yml) | [](https://github.com/breeze303/OpenWrt/blob/main/configs/ipq60xx-6.1-wifi(emmc).config) | [](https://github.com/breeze303/OpenWrt/releases/IPQ60XX-6.1-WIFI(EMMC)) |
| [](https://github.com/breeze303/OpenWrt/blob/main/.github/workflows/IPQ60XX-6.6-WIFI.yml) | [](https://github.com/breeze303/OpenWrt/actions/workflows/IPQ60XX-6.6-WIFI.yml) | [](https://github.com/breeze303/OpenWrt/blob/main/configs/ipq60xx-6.6-wifi.config) | [](https://github.com/breeze303/OpenWrt/releases/IPQ60XX-6.6-WIFI) |
## 定制固件 [](#定制固件-)
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)**
## 特别提示 [](#特别提示-)
- **本人不对任何人因使用本固件所遭受的任何理论或实际的损失承担责任!**
- **本固件禁止用于任何商业用途,请务必严格遵守国家互联网使用相关法律规定!**