Skip to content
/ openwrt Public
forked from openwrt/openwrt

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org

License

Notifications You must be signed in to change notification settings

mirko/openwrt

This branch is 16008 commits behind openwrt/openwrt:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef5d37b · Apr 25, 2020
Jul 8, 2018
Apr 3, 2020
Apr 25, 2020
Apr 25, 2020
Apr 14, 2020
Apr 25, 2020
Apr 18, 2020
Apr 10, 2020
May 8, 2012
Apr 11, 2020
Feb 26, 2007
Dec 8, 2017
Mar 20, 2016
Apr 3, 2020
Jul 26, 2019
Jan 16, 2018
Nov 2, 2019

Repository files navigation

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

This is the buildsystem for the OpenWrt Linux distribution.

To build your own firmware you need a Linux, BSD or MacOSX system (case
sensitive filesystem required). Cygwin is unsupported because of the lack
of a case sensitive file system.

You need gcc, binutils, bzip2, flex, python3.5+, perl, make, find, grep, diff,
unzip, gawk, getopt, subversion, libz-dev and libc headers installed.

1. Run "./scripts/feeds update -a" to obtain all the latest package definitions
defined in feeds.conf / feeds.conf.default

2. Run "./scripts/feeds install -a" to install symlinks for all obtained
packages into package/feeds/

3. Run "make menuconfig" to select your preferred configuration for the
toolchain, target system & firmware packages.

4. Run "make" to build your firmware. This will download all sources, build
the cross-compile toolchain and then cross-compile the Linux kernel & all
chosen applications for your target system.

Sunshine!
	Your OpenWrt Community
	http://www.openwrt.org


About

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 66.7%
  • Makefile 14.0%
  • Shell 6.9%
  • Roff 4.3%
  • C++ 3.9%
  • Perl 1.6%
  • Other 2.6%