Skip to content
/ source Public
forked from lede-project/source

Mirror of https://git.lede-project.org/?p=source.git Please send your PRs against this tree. They will be merged via staging trees and appear in this tree once the staging trees get merged back into source.git

License

Notifications You must be signed in to change notification settings

hslcpf/source

This branch is 15076 commits behind lede-project/source:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 8, 2018
Aug 10, 2020
Aug 12, 2020
Aug 15, 2020
Aug 12, 2020
Aug 17, 2020
Aug 10, 2020
Aug 13, 2020
May 8, 2012
Jul 11, 2020
Feb 26, 2007
Dec 8, 2017
Aug 2, 2020
Jul 11, 2020
Aug 2, 2020
Jun 24, 2020
Aug 2, 2020
Aug 10, 2020

Repository files navigation

OpenWrt logo

OpenWrt Project is a Linux operating system targeting embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developers, OpenWrt is the framework to build an application without having to build a complete firmware around it; for users this means the ability for full customization, to use the device in ways never envisioned.

Sunshine!

Development

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

Requirements

You need the following tools to compile OpenWrt, the package names vary between distributions. A complete list with distribution specific packages is found in the Build System Setup documentation.

gcc binutils bzip2 flex python3 perl make find grep diff unzip gawk getopt
subversion libz-dev libc-dev

Quickstart

  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 GNU/Linux kernel & all chosen applications for your target system.

Related Repositories

The main repository uses multiple sub-repositories to manage packages of different categories. All packages are installed via the OpenWrt package manager called opkg. If you're looking to develop the web interface or port packages to OpenWrt, please find the fitting repository below.

Support Information

For a list of supported devices see the OpenWrt Hardware Database

Documentation

Support Community

  • Forum: For usage, projects, discussions and hardware advise.
  • Support Chat: Channel #openwrt on freenode.net.

Developer Community

License

OpenWrt is licensed under GPL-2.0

About

Mirror of https://git.lede-project.org/?p=source.git Please send your PRs against this tree. They will be merged via staging trees and appear in this tree once the staging trees get merged back into source.git

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 66.6%
  • Makefile 14.0%
  • Shell 6.8%
  • Roff 4.5%
  • C++ 3.7%
  • Perl 1.6%
  • Other 2.8%