Openwrt/openwrt
Mike Baker 658019abd0 bugfix
SVN-Revision: 297
2005-03-01 06:56:22 +00:00
..
docs add ebtables and Asus support 2005-02-25 13:21:48 +00:00
package bugfixes 2005-02-28 07:04:51 +00:00
scripts I do not believe that users will cleanup kernelsource, when switching rootfs. force it with scripts and Makefile changes from Felix Fietkau <nbd@vd-s.ath.cx> 2005-02-23 21:50:10 +00:00
target bugfix 2005-03-01 06:56:22 +00:00
toolchain
.cvsignore
Config.in
Makefile bugfixes 2005-02-28 07:04:51 +00:00
README I do not believe that users will cleanup kernelsource, when switching rootfs. force it with scripts and Makefile changes from Felix Fietkau <nbd@vd-s.ath.cx> 2005-02-23 21:50:10 +00:00

This is the buildsystem for the OpenWrt Linux Distribution
It is a modified uClibc buildroot2.

Please use "make menuconfig" to configure your appreciated
configuration for the toolchain and firmware.

Simply running 'make' will build your firmware and a tarball
of kernel modules. It will download all sources, build the 
cross-compile toolchain, the kernel and all choosen applications.

You can use scripts/flash.sh for remotely updating your embedded system
via tftp.


There are some cleanup targets we would like to explain.
"make clean" will only clean the firmware images and the root
filesystem. "make dirclean" will remove the extracted kernel source
and all exctracted software. (busybox,bridge-utils,..), but will
preserve your toolchain. (compiler,linker,..)
"make distclean" will remove everything, including the toolchain, 
all downloaded source code archives and your firmware configuration. 
You can cleanup separate directories by using "make application-dirclean" 
and rebuild the firmware with "make".

Be happy..
	Your OpenWrt Project
	http://www.openwrt.org