Go to file
Hauke Mehrtens 32885a5a05 mac80211: build ipw2x00 driver from compat-wireless
ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel.

SVN-Revision: 20073
2010-03-08 22:05:36 +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: build ipw2x00 driver from compat-wireless 2010-03-08 22:05:36 +00:00
scripts
target brcm47xx: fix commit r18413 "128MB ram problem" 2010-03-08 22:03:00 +00:00
toolchain uClibc: enhance debug support (closes: #6118) 2010-03-07 15:10:57 +00:00
tools mktplinkfw: fix help string, and remove duplicated option 2010-03-08 17:35:07 +00:00
.gitignore
BSDmakefile
Config.in
LICENSE
Makefile
README remove bison requirement (see [10398] & [14900]) 2010-03-05 09:48:32 +00:00
feeds.conf.default
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

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