GithubHelp home page GithubHelp logo

wbinjx / openwrt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kfermercer/openwrt

0.0 0.0 0.0 288.58 MB

Mercer's OpenWrt source tree

License: Other

Makefile 3.89% Awk 0.01% Shell 2.04% C 90.22% Assembly 0.28% C++ 0.18% Lua 0.75% HTML 0.38% JavaScript 0.27% M4 0.20% Python 0.07% Roff 0.99% CSS 0.05% CMake 0.01% Perl 0.51% Lex 0.01% Yacc 0.02% Less 0.12%

openwrt's Introduction

Mercer's OpenWrt source

Build Release Contributors Last commit

This repository is a router firmware that my own using.
I'm already made some improvements based on the original project.

Build firmware:

To build your own firmware, you need to have access to a Linux, BSD or MacOSX system (case-sensitive filesystem required). Cygwin will not be supported because of the lack of case sensitiveness in the file system.

Also, you need to have installed necessary packages. For example, in Debian:
running

sudo apt-get update

then

sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3 python2.7 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf wget curl swig rsync

Run

./scripts/feeds update -a

to get all the latest package definitions, defined in /feeds.conf or /feeds.conf.default respectively;

./scripts/feeds install -a

to install symlinks of all of them into /package/feeds/.

Use

make menuconfig

to configure your image.

Simply running

make

will build your firmware. It will download all sources, build the cross-compile toolchain, and then cross-compile the kernel and all choosen applications for your target system.

Acknowledgements:

The original codes built by OpenWrt Project, other core codes comes from coolsnowwolf.
For this, I am sincerely pay tribute to them.

openwrt's People

Contributors

coolsnowwolf avatar kfermercer avatar github-actions[bot] avatar beginner-go avatar aiamadeus avatar 1715173329 avatar mattraks avatar ricksuzade-maker avatar aakkll avatar asushugo avatar aooom avatar dpy013 avatar sharermax avatar tossp avatar imbrolla avatar ntlf9t avatar boos4721 avatar luxiaok avatar libc0607 avatar saxon-sun avatar ennawyang avatar elonh avatar bobppy avatar fanck0605 avatar luckyyyyy avatar nbd168 avatar lga1150 avatar manyeechen avatar lpddr6-10000mhz avatar r3pl4c3r 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.