Coder Social home page Coder Social logo

dpy013 / openwrt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kfermercer/openwrt

0.0 0.0 0.0 269.73 MB

Mercer's OpenWrt source tree

License: GNU General Public License v2.0

Makefile 3.79% Awk 0.01% Shell 2.07% C 67.80% Assembly 0.29% C++ 2.19% Lua 0.77% HTML 0.37% JavaScript 0.01% M4 0.20% Python 0.07% Roff 1.13% CSS 0.05% CMake 0.01% Perl 0.36% Lex 0.01% Yacc 0.02% Objective-C 20.73% 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

1715173329 avatar aiamadeus avatar aooom avatar asushugo avatar bobppy avatar coolsnowwolf avatar dpy013 avatar elonh avatar fanck0605 avatar fsick avatar github-actions[bot] avatar gudumuyu avatar imbrolla avatar kfermercer avatar lga1150 avatar libc0607 avatar lienol avatar luckyyyyy avatar lunatickochiya avatar luxiaok avatar manyeechen avatar mattraks avatar mcucore avatar mjyhj avatar nivalxer avatar ntlf9t avatar r3pl4c3r avatar ricksuzade-maker avatar sharermax avatar tossp 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.