Giter Site home page Giter Site logo

zihaoll / autobuild-openwrt-padavan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trytrytogo/autobuild-openwrt-padavan-lu-1991

0.0 0.0 0.0 28.71 MB

云编译OpenWrt&Padavan

License: MIT License

Shell 4.20% JavaScript 7.63% C 52.22% CSS 2.53% Makefile 0.19% Classic ASP 33.24%

autobuild-openwrt-padavan's Introduction

AutoBuild-OpenWrt-Padavan

  • 定制.config文件:
  • 进入工作目录输入:./scripts/diffconfig.sh > diffconfig分离出定制的插件配置,
  • 输入:nano diffconfig后会列出分离后的内容
  • [StartBuild]

说明

  • 内含供小米路由R3G、R3P、mini、nano等,竞斗云使用,基于 GitHub Actions CI 的自动化 ImmortalWrt Openwrt构建,使用 padavanonly源码 、Linux 5.10 内核,以及开启了 MTK SDK HWNAT 支持;
  • 内含Padavan固件编译。
  • 其他机型云编译还在继续测试添加中……

本地编译基本操作

  • 首次编译

  • cd openwrt

  • ./scripts/feeds update -a

  • ./scripts/feeds install -a

  • make menuconfig

  • 下载 dl 库,编译固件 (-j 后面是线程数,第一次编译推荐用单线程)

  • make download -j8

  • make V=s -j1

  • 二次编译:

  • cd lede

  • git pull

  • ./scripts/feeds update -a

  • ./scripts/feeds install -a

  • make defconfig

  • make download -j8

  • make V=s -j$(nproc)

  • 如果需要重新配置:

  • rm -rf ./tmp && rm -rf .config

  • make menuconfig

  • make V=s -j$(nproc)

  • 编译完成后输出路径:bin/targets

autobuild-openwrt-padavan's People

Contributors

lu-1991 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.