diff options
Diffstat (limited to 'docs/about.html')
-rw-r--r-- | docs/about.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/about.html b/docs/about.html new file mode 100644 index 000000000..583d97ff4 --- /dev/null +++ b/docs/about.html @@ -0,0 +1,26 @@ +<!--#include file="header.html" --> + + +<!-- Begin Introduction section --> + +<h3>buildroot: making Embedded Linux easy</h3> + + +Buildroot is a set of Makefiles and patches that makes it easy generate a +cross-compilation toolchain and root filesystem for your target Linux +system using the <a href= "http://www.uclibc.org/">uClibc C library</a>. +Buildroot is useful mainly for people working with small or embedded +systems. Embedded systems often use processors that are not the regular +x86 processors everyone is used to using on their PC. It can be PowerPC +processors, MIPS processors, ARM processors, etc. And to be extra safe, +you do not need to be root to build or run buildroot. + +<p> + +buildroot is maintained by <a href= +"http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>, and +licensed under the +<a href="http://www.gnu.org/copyleft/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</a>. + + +<!--#include file="footer.html" --> |