1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00
OpenWrt Source Repository https://openwrt.org/
Go to file
2010-03-07 18:35:39 +00:00
docs
include The attached patch replaces $(1) install by $(if $(1), $(1), install) in the definition, in order to be able to specify an install rule, which is not always called install (example: trunk/package/ncurses/Makefile has rules called install.libs and install.data). 2010-03-05 20:19:48 +00:00
package mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter) 2010-03-07 18:35:39 +00:00
scripts
target correct the MDIO base address and reset sequence for Titan (#6573) 2010-03-07 16:37:01 +00:00
toolchain uClibc: enhance debug support (closes: #6118) 2010-03-07 15:10:57 +00:00
tools
.gitignore
BSDmakefile
Config.in
feeds.conf.default
LICENSE
Makefile
README
rules.mk there are quite a lot of package using ln -sf in their Makefile, so this patch adds 2010-03-05 20:26:14 +00:00

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,
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