GithubHelp home page GithubHelp logo

williamswu2000 / openwrt-life Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ikghx/openwrt-life

0.0 0.0 0.0 17.18 MB

Forked from https://github.com/openwrt/openwrt.git

License: GNU General Public License v2.0

Makefile 17.17% Awk 0.02% Shell 8.71% C 64.13% Assembly 1.70% C++ 4.29% M4 1.20% CMake 0.01% Perl 2.13% Lex 0.06% Yacc 0.13% Python 0.30% Objective-C 0.14%

openwrt-life's Introduction

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

警告!
此仓库仅供测试用途,不作任何保证!

Warning!
This warehouse is for testing purposes only, without any warranty!

 -----------------------------------------------------

编译参考信息:

1. 安装并使用 Ubuntu 20.04.2 Desktop (64-bit)

2. 使用非root用户登录 Ubuntu

3. 安装编译环境
sudo apt-get update

sudo apt-get install -y build-essential autoconf autopoint \
libtool gcc-multilib flex python gawk subversion zlib1g-dev \
git libncurses5-dev asciidoc device-tree-compiler p7zip-full \
msmtp libssl-dev texinfo libglib2.0-dev libelf-dev qemu-utils \
upx-ucl curl libtinfo5

sudo apt-get clean

4. 获取主源代码
git clone -b openwrt-19.07 https://github.com/ikghx/openwrt-life.git

5. 进入主源代码目录,更新并安装软件库
./scripts/feeds update -a

./scripts/feeds install -a

6. 打开编译菜单界面,按个人需要进行定制
make menuconfig

7. 开始编译
make

 -----------------------------------------------------
 
其它参考命令:

多线程加速编译,例如系统配备了4核心处理器
make -j4

编译时显示详细信息,用于排查编译错误
make V=s

打开内核菜单界面,按需定制内核功能
make kernel_menuconfig

清除软件编译缓存目录,以便快速测试软件更改
make clean

清空整个编译缓存目录,以便开始全新编译
make dirclean

 -----------------------------------------------------

Sunshine!
	Your OpenWrt Community
	https://openwrt.org


openwrt-life's People

Contributors

ikghx 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.