2005-03-12 01:22:56 +00:00
|
|
|
This is the buildsystem for the OpenWrt Linux distribution
|
2005-02-19 13:00:30 +00:00
|
|
|
|
|
|
|
Please use "make menuconfig" to configure your appreciated
|
|
|
|
configuration for the toolchain and firmware.
|
|
|
|
|
2005-04-15 10:26:39 +00:00
|
|
|
You need to have installed gcc, binutils, patch, bzip2, flex, bison,
|
2005-09-11 18:05:09 +00:00
|
|
|
make, gettext, pkg-config, unzip, libz-dev and libc headers.
|
2005-04-15 10:26:39 +00:00
|
|
|
|
2005-03-12 01:22:56 +00: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 13:00:30 +00:00
|
|
|
|
2005-02-23 21:50:10 +00:00
|
|
|
You can use scripts/flash.sh for remotely updating your embedded system
|
2005-02-19 13:00:30 +00:00
|
|
|
via tftp.
|
|
|
|
|
2007-01-05 15:30:25 +00:00
|
|
|
The OpenWrt system is documented in docs/. You will need a LaTeX distribution
|
|
|
|
to build the documentation. Type make -C docs/ to build the documentation.
|
2005-04-02 12:12:58 +00:00
|
|
|
|
2007-01-05 15:30:25 +00: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 10:26:39 +00:00
|
|
|
|
2005-04-02 12:12:58 +00:00
|
|
|
Sunshine!
|
2005-02-23 21:01:20 +00:00
|
|
|
Your OpenWrt Project
|
2005-04-02 12:12:58 +00:00
|
|
|
http://openwrt.org
|
2005-02-19 13:00:30 +00:00
|
|
|
|
|
|
|
|