All Projects → KFERMercer → Openwrt

KFERMercer / Openwrt

Licence: gpl-2.0
Mercer's OpenWrt source tree

Programming Languages

c
50402 projects - #5 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to Openwrt

Openwrt Dns Forwarder
DNS-Forwarder for OpenWrt
Stars: ✭ 215 (+36.08%)
Mutual labels:  makefile, openwrt
Openwrt Shadowsocksr Libev Full
ShadowsocksR-libev-full for OpenWrt
Stars: ✭ 406 (+156.96%)
Mutual labels:  makefile, openwrt
Openwrt Trojan
trojan and its dependencies for OpenWrt
Stars: ✭ 236 (+49.37%)
Mutual labels:  makefile, openwrt
Openwrt Shadowsocks
Shadowsocks-libev for OpenWrt/LEDE
Stars: ✭ 3,091 (+1856.33%)
Mutual labels:  makefile, openwrt
Openwrt Packages
Onion Packages Feed for OpenWRT
Stars: ✭ 91 (-42.41%)
Mutual labels:  makefile, openwrt
Openwrt Pcap dnsproxy
Pcap_DNSProxy for OpenWrt/LEDE
Stars: ✭ 204 (+29.11%)
Mutual labels:  makefile, openwrt
Clash
Clash for openwrt [Luci-app-clash] https://github.com/frainzy1477/luci-app-clash
Stars: ✭ 293 (+85.44%)
Mutual labels:  makefile, openwrt
Openwrt Node Packages
OpenWrt Project Node.js packages. v10.x LTS and v12.x LTS and v14.x LTS
Stars: ✭ 176 (+11.39%)
Mutual labels:  makefile, openwrt
Openwrt Simple Obfs
Simple-obfs for OpenWrt/LEDE
Stars: ✭ 81 (-48.73%)
Mutual labels:  makefile, openwrt
Openwrt Kcptun
kcptun for OpenWrt
Stars: ✭ 80 (-49.37%)
Mutual labels:  makefile, openwrt
Openwrt Chinadns
ChinaDNS for OpenWrt/LEDE
Stars: ✭ 671 (+324.68%)
Mutual labels:  makefile, openwrt
Openwrt Examples
Examples for creating OpenWrt programs&packages.
Stars: ✭ 120 (-24.05%)
Mutual labels:  makefile, openwrt
Openwrt V2ray
V2Ray for OpenWrt
Stars: ✭ 1,358 (+759.49%)
Mutual labels:  makefile, openwrt
Openwrt Shadowsocksr
ShadowsocksR-libev for OpenWrt/LEDE
Stars: ✭ 136 (-13.92%)
Mutual labels:  makefile, openwrt
Pokemon Svg
SVGs for Pokemon
Stars: ✭ 147 (-6.96%)
Mutual labels:  makefile
Openwrt Rpi
Raspberry Pi & NanoPi R2S/R4S & G-Dock & x86 OpenWrt Compile Project. (Based on Github Action / Daily Update)
Stars: ✭ 3,492 (+2110.13%)
Mutual labels:  openwrt
Securekubernetes
Attacking and Defending Kubernetes Clusters: A Guided Tour
Stars: ✭ 146 (-7.59%)
Mutual labels:  makefile
Ansibleplaybook Rancher
Ansible playbook to keep a Rancher container running on a docker host
Stars: ✭ 146 (-7.59%)
Mutual labels:  makefile
Pcl Cn
Practical Common Lisp (中英文对照版) - for Chinese only
Stars: ✭ 155 (-1.9%)
Mutual labels:  makefile
Arduino Makefile
Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.
Stars: ✭ 1,893 (+1098.1%)
Mutual labels:  makefile

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].