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
 
 
 
 
 
 
Go to file
Luka Perkov 6cbad59ead kirkwood: include ext4 support by default
Several users reported that they would like this feature.

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38901
2013-11-24 23:07:34 +00:00
config move menuconfig options into separate files 2013-11-22 14:30:40 +00:00
docs
include add a feature flag for device tree support 2013-11-22 12:01:01 +00:00
package uhttpd: update to the latest version, fixes crashes in the ubus plugin 2013-11-21 21:52:24 +00:00
scripts add a feature flag for device tree support 2013-11-22 12:01:01 +00:00
target kirkwood: include ext4 support by default 2013-11-24 23:07:34 +00:00
toolchain move menuconfig options into separate files 2013-11-22 14:30:40 +00:00
tools cmake: upgrade to 2.8.12.1 2013-11-24 07:10:21 +00:00
.gitattributes
.gitignore
BSDmakefile
Config.in move menuconfig options into separate files 2013-11-22 14:30:40 +00:00
LICENSE
Makefile
README
feeds.conf.default feeds.conf.default: switch packages feed to git (#13818) 2013-07-05 02:04:40 +00:00
rules.mk allow configuration of the target directory for binaries 2013-11-22 09:39:41 +00:00

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