2005-03-12 03:22:56 +02:00
|
|
|
This is the buildsystem for the OpenWrt Linux distribution
|
2005-02-19 15:00:30 +02:00
|
|
|
|
|
|
|
Please use "make menuconfig" to configure your appreciated
|
|
|
|
configuration for the toolchain and firmware.
|
|
|
|
|
2010-03-05 11:48:32 +02:00
|
|
|
You need to have installed gcc, binutils, patch, bzip2, flex,
|
2005-09-11 21:05:09 +03:00
|
|
|
make, gettext, pkg-config, unzip, libz-dev and libc headers.
|
2005-04-15 13:26:39 +03:00
|
|
|
|
2005-03-12 03:22:56 +02:00
|
|
|
Simply running 'make' will build your firmware.
|
|
|
|
It will download all sources, build the cross-compile toolchain,
|
|
|
|
the kernel and all choosen applications.
|
2005-02-19 15:00:30 +02:00
|
|
|
|
2008-12-31 16:52:23 +02:00
|
|
|
You can use scripts/flashing/flash.sh for remotely updating your embedded
|
|
|
|
system via tftp.
|
2005-02-19 15:00:30 +02:00
|
|
|
|
2007-01-05 17:30:25 +02:00
|
|
|
The OpenWrt system is documented in docs/. You will need a LaTeX distribution
|
2007-02-26 03:06:41 +02:00
|
|
|
and the tex4ht package to build the documentation. Type make -C docs/ to build it.
|
2005-04-02 15:12:58 +03:00
|
|
|
|
2007-01-05 17:30:25 +02:00
|
|
|
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.
|
2005-04-15 13:26:39 +03:00
|
|
|
|
2005-04-02 15:12:58 +03:00
|
|
|
Sunshine!
|
2005-02-23 23:01:20 +02:00
|
|
|
Your OpenWrt Project
|
2005-04-02 15:12:58 +03:00
|
|
|
http://openwrt.org
|
2005-02-19 15:00:30 +02:00
|
|
|
|
|
|
|
|