OpenWrt Source Repository
Go to file
Hauke Mehrtens dc1007a12c compat should not depend on pcmcia or usb remove pcmcia and usb backport form compat.ko If an with usb or pcmcia module not directly included into the image is build all wireless packages depend on usb and pcmcia.
This hopefully fixes #6586

SVN-Revision: 19389
2010-01-29 22:53:44 +00:00
docs
include update to 2.6.32.7 2010-01-29 12:19:31 +00:00
package compat should not depend on pcmcia or usb remove pcmcia and usb backport form compat.ko If an with usb or pcmcia module not directly included into the image is build all wireless packages depend on usb and pcmcia. 2010-01-29 22:53:44 +00:00
scripts preinit: fix #6596 Setting LAN IP Address in menuconfig is ignored 2010-01-29 20:30:21 +00:00
target orion: switch the target cflags from armv5te to armv5t, because unaligned 64 bit load/store instructions are unsafe 2010-01-29 22:15:56 +00:00
toolchain add missing +cs version suffix to the 4.4.3 codesourcery toolchain 2010-01-26 20:19:28 +00:00
tools
.gitignore
BSDmakefile
Config.in add a config item to specify arguments to strip 2010-01-22 08:12:20 +00:00
LICENSE
Makefile
README
feeds.conf.default
rules.mk add a config item to specify arguments to strip 2010-01-22 08:12:20 +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, 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