From a9d6aed9333b8df02649a40d2240fa2aca269f90 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 21 Feb 2005 21:16:29 +0000 Subject: Add a website --- docs/about.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/about.html (limited to 'docs/about.html') 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 @@ + + + + + +

buildroot: making Embedded Linux easy

+ + +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 uClibc C library. +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. + +

+ +buildroot is maintained by Erik Andersen, and +licensed under the +GNU LIBRARY GENERAL PUBLIC LICENSE. + + + -- cgit v1.2.3