Giter Site home page Giter Site logo

coverup137 / build-openwrt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coverup2/build-openwrt

0.0 0.0 0.0 635 KB

A template for building OpenWrt with GitHub Actions | 使用 GitHub Actions 云编译 OpenWrt

Home Page: https://p3terx.com/archives/build-openwrt-with-github-actions.html

Shell 100.00%

build-openwrt's Introduction

//拉取代码到本地编译

sudo apt-get -y install python3.7+ python3-distutils gcc-8+ g++-8+ //所需依赖

sudo rm /var/lib/dpkg/lock-frontend && sudo rm /var/lib/dpkg/lock //可能要解锁

git clone -b ipq60xx-devel https://github.com/china-temps/openwrt.git //直接拉取分支

或 git clone -b ipq60xx-devel_nss https://github.com/china-temps/openwrt.git // +NSS的分支

./scripts/feeds update -a && ./scripts/feeds install -a //更新并安装

make menuconfig //第一项选 Qualcomm Atheros 802.11ax Wisos-s 型号就出来了

make -j8 download V=s //下载dl库(国内请尽量全局科学上网)

make -j1 V=s //(-j1 后面是线程数。第一次编译推荐用单线程)即可开始编译你要的固件了。

build-openwrt's People

Contributors

n-uncle avatar coverup2 avatar coverup137 avatar p3terx avatar gladtbam avatar zwillhill avatar mattraks avatar cmsax 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.