Mirror of the OpenWRT repository

Lubomir Rintel 716b221b09 Enable MTD oops 10 years ago
config a7e8cfc60c move menuconfig options into separate files 10 years ago
docs 51e194d660 docs: update remaining references to functions.sh 11 years ago
include 7972916582 add a feature flag for device tree support 10 years ago
package bc53d67e96 Add support for netconsole 10 years ago
scripts 7972916582 add a feature flag for device tree support 10 years ago
target 716b221b09 Enable MTD oops 10 years ago
toolchain a7e8cfc60c move menuconfig options into separate files 10 years ago
tools ba4a945455 [tools] cmake: upgrade to 2.8.12.1 10 years ago
.gitattributes 6540a914ba add .gitattributes to prevent the git autocrlf option from messing with CRLF/LF in files 12 years ago
.gitignore a13974d396 .gitignore: Ignore Emacs editor generated files 12 years ago
BSDmakefile 66480d03fb add missing copyright header 17 years ago
Config.in a7e8cfc60c move menuconfig options into separate files 10 years ago
LICENSE f09ef4cb9a rename GPL to LICENSE 19 years ago
Makefile 6eab910f3b build: it is no longer necessary to call make target/linux/clean as part of make clean 11 years ago
README 985d666e36 build: BSD compile fixes 11 years ago
feeds.conf.default c12bf56db7 feeds.conf.default: switch packages feed to git (#13818) 11 years ago
rules.mk 77d12ceb91 allow configuration of the target directory for binaries 10 years ago

README

This is the buildsystem for the OpenWrt Linux distribution.

Please use "make menuconfig" to configure your appreciated
configuration for the toolchain and firmware.

You need to have installed gcc, binutils, bzip2, flex, python, perl
make, find, grep, diff, unzip, gawk, getopt, libz-dev and libc headers.

Run "./scripts/feeds update -a" to get all the latest package definitions
defined in feeds.conf / feeds.conf.default respectively
and "./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,
the kernel and all choosen applications.

You can use "scripts/flashing/flash.sh" for remotely updating your embedded
system via tftp.

The OpenWrt system is documented in docs/. You will need a LaTeX distribution
and the tex4ht package to build the documentation. Type "make -C docs/" to build it.

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.


Sunshine!
Your OpenWrt Project
http://openwrt.org