Git Product home page Git Product logo

bit3725 / openwrt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iyuangang/openwrt

0.0 1.0 0.0 85.75 MB

OpenWrt Stable 1907 with lean's package

License: GNU General Public License v2.0

Makefile 3.78% Awk 0.01% Shell 2.14% C 91.05% Assembly 0.31% C++ 0.21% M4 0.22% HTML 0.30% Lua 0.65% Ada 0.01% Dockerfile 0.01% Python 0.64% Roff 0.09% Batchfile 0.01% JavaScript 0.05% CSS 0.11% CMake 0.01% Perl 0.39% Lex 0.01% Yacc 0.02%

openwrt's Introduction

 _______                     ________        __
|       |.-----.-----.-----.|  |  |  |.----.|  |_
|   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
|_______||   __|_____|__|__||________||__|  |____|
         |__| W I R E L E S S   F R E E D O M
-----------------------------------------------------

OpenWrt Stable 1907 with lean's package

OpenWrt-1907 x86_64 OpenWrt-1907 RaspberryPi3B+

This is the stable buildsystem for the OpenWrt Linux distribution.

这是 OpenWrt Linux 发行版 稳定版本编译系统。

All released version of my project is used for more than a week, and released after the test is stable.

本项目版本均为使用一周以上,测试稳定后发布。

This project can use Github Actions to achieve automatic compilation. Copy the openwrt-ci-v2.yml in the directory .github /workflows/ and rename then modify the content to your own configuration. Note: In order to successfully synchronize the changes after the fork, please do not make any modifications to the original openwrt-ci-v2.yml, otherwise it will cause errors in the synchronization upstream.

本项目可利用 Github Actions 实现自动编译。拷贝目录 .github/workflows/ 下的 openwrt-ci-v2.yml 重命名并修改内容为自己的配置即可。注意事项:为了顺利同步Fork 后的更改内容,请不要对原版 openwrt-ci-v2.yml 做任何修改,否则会导致同步上游出错。

To build your own firmware you need a Linux, BSD or MacOS system (case sensitive filesystem required). Cygwin and Windows linux subsystem are unsupported because of the lack of a case sensitive file system.

要构建属于您自己的固件,您需要一个 LinuxBSDMacOS 系统(需要区分大小写的文件系统)。 由于缺少区分大小写的文件系统,因此不支持 CygwinWindows linux subsystem

You need gcc, binutils, bzip2, flex, python, perl, make, find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers installed.

您需要安装 gcc, binutils, bzip2flex, python, perl, make, find, grep, diff, unzip, gawk, getopt, subversion, libz-dev, libc.

  1. Run ./scripts/feeds update -a to obtain all the latest package definitions defined in feeds.conf / feeds.conf.default

    运行./scripts/feeds update -a获取feeds.conf / feeds.conf.default中定义的所有最新软件包定义。

  2. Run ./scripts/feeds install -a to install symlinks for all obtained packages into package/feeds/

    运行./scripts/feeds install -a将所有获得的软件包的符号链接安装到package/feeds/中。

  3. Run make menuconfig to select your preferred configuration for the toolchain, target system & firmware packages.

    运行 make menuconfig 为工具链,目标系统和固件包选择首选配置。

  4. Run make download -j8 && make -j$(nproc) || make -j1 V=s to build your firmware. This will download all sources, build the cross-compile toolchain and then cross-compile the Linux kernel & all chosen applications for your target system.

    运行make download -j8 && make -j$(nproc) || make -j1 V=s来构建固件。 这将下载所有源代码,构建交叉编译工具链,然后交叉编译目标系统的Linux内核和所有选定的应用程序。

Sunshine! Your OpenWrt Community

Thanks to Lean's OpenWrt source

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.