leopardciaw / KFERMercer-OpenWrt

Mercer's OpenWrt source tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

How to build:

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 patch unzip zlib1g-dev lib32gcc1 libc6-dev subversion flex node-uglify git-core gcc-multilib p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx-ucl libelf-dev autoconf automake libtool autopoint

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.

About

Mercer's OpenWrt source tree

License:GNU General Public License v2.0


Languages

Language:C 54.5%Language:Objective-C 26.7%Language:Makefile 6.4%Language:Shell 3.8%Language:C++ 2.6%Language:Lua 1.3%Language:Python 1.1%Language:Roff 0.8%Language:Perl 0.7%Language:HTML 0.6%Language:Assembly 0.5%Language:M4 0.4%Language:CSS 0.4%Language:JavaScript 0.1%Language:Yacc 0.0%Language:Lex 0.0%Language:Awk 0.0%Language:CMake 0.0%Language:Dockerfile 0.0%Language:Batchfile 0.0%Language:Ada 0.0%