1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00
OpenWrt Source Repository https://openwrt.org/
Go to file
2009-11-22 15:30:11 +00:00
docs
include build variants: only build opkg packages for the requested build variant (or any if no variant was specified for the package) 2009-11-22 07:08:39 +00:00
package dnsmasq: Set a list of addnhosts files. e.g. list 'addnhosts' '/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm <patrick@lunatiki.de> 2009-11-22 11:52:08 +00:00
scripts metadata.pl: fix menuconfig code for package features 2009-11-12 00:06:35 +00:00
target add missing CONFIG_MIPS_FPU_EMU to kernel config 2009-11-22 14:54:26 +00:00
toolchain eglibc: fix wrong config symbol name if library configuration submenu 2009-11-22 15:30:11 +00:00
tools mkfwimage: add support for the XM layout (bullet/rocket/nano M) 2009-11-18 18:10:24 +00:00
.gitignore
BSDmakefile
Config.in make lzo compressed initramfs selectable, too 2009-11-21 15:20:11 +00:00
feeds.conf.default
LICENSE
Makefile
README
rules.mk

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, patch, bzip2, flex, bison,
make, gettext, pkg-config, unzip, libz-dev and libc headers.

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.

Building your own firmware you need to have access to a Linux, BSD or MacOSX system.
Cygwin will not be supported because of the lack of case sensitiveness.

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