Coder Social home page Coder Social logo

littletao2008 / openwrt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from littletao08/openwrt

0.0 0.0 0.0 332 KB

OpenWrt 固件——适配Redmi AX5、Xiaomi AX1800、ZN M2、CMIOT AX18、Qihoo V6、JDC AX5、JDC AX1800 PRO

License: MIT License

Shell 45.34% Perl 14.78% HTML 39.62% Dockerfile 0.26%

openwrt's Introduction

OpenWrt — IPQ60XX云编译

项目说明

固件下载

点击下表中 即可跳转到该设备固件下载页面

平台+设备名称 固件编译状态 配置文件 固件下载

定制固件

  1. 首先要登录 Gihub 账号,然后 Fork 此项目到你自己的 Github 仓库
  2. 修改 configs 目录对应文件添加或删除插件,或者上传自己的 xx.config 配置文件
  3. 插件对应名称及功能请参考恩山网友帖子:Applications 添加插件应用说明
  4. 如需修改默认 IP、添加或删除插件包以及一些其他设置请在 diy-script.sh 文件内修改
  5. 添加或修改 xx.yml 文件,最后点击 Actions 运行要编译的 workflow 即可开始编译
  6. 编译大概需要3-5小时,编译完成后在仓库主页 Releases 对应 Tag 标签内下载固件
 如果你觉得修改 config 文件麻烦,那么你可以点击此处尝试本地提取
  1. 首先装好 Linux 系统,推荐 Debian 11 或 Ubuntu LTS

  2. 安装编译依赖环境

    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 并安装到本地

    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 文件

    make defconfig
    ./scripts/diffconfig.sh > seed.config
  6. 命令行输入 cat seed.config 查看这个文件,也可以用文本编辑器打开

  7. 复制 seed.config 文件内所有内容到 configs 目录对应文件中覆盖就可以了

    如果看不懂编译界面可以参考 YouTube 视频:软路由固件 OpenWrt 编译界面设置

特别提示

  • 本人不对任何人因使用本固件所遭受的任何理论或实际的损失承担责任!

  • 本固件禁止用于任何商业用途,请务必严格遵守国家互联网使用相关法律规定!

openwrt's People

Contributors

littletao2008 avatar littletao08 avatar breeze303 avatar haiibo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.