diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-11 21:46:59 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-11 21:46:59 (GMT) |
| commit | 42496ec7ee9267d3de93be8d9c76d158f5703068 (patch) | |
| tree | fd6dfbd5cd845f6363a2bea82516d31e50ee8250 | |
| parent | 1e4dce800cb8d26cef008e5e2623f43e66fbe008 (diff) | |
| download | busybox-website-42496ec7ee9267d3de93be8d9c76d158f5703068.tar.gz busybox-website-42496ec7ee9267d3de93be8d9c76d158f5703068.tar.bz2 | |
tinyutils.html: add link to FWL
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | tinyutils.html | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/tinyutils.html b/tinyutils.html index 9f324cd..b84e0fc 100644 --- a/tinyutils.html +++ b/tinyutils.html @@ -47,19 +47,19 @@ Or you can try the <a href="http://links.twibright.com/">graphical version of li toy toolchain containing various programs (www browser, pdf viewer, windowing environment on linuxfb, ssh, git, pgp, etc) in a 2MB tarball.</p> -<h3>SCRIPTING LANGUAGES</h3> +<h3>Scripting Languages</h3> <p>Although busybox has built-in support for shell scripts, plenty of other small scripting languages are available on the net. A few examples:</p> <table> <tr> -<th>language</th> -<th>description</th> +<th>Language</th> +<th>Description</th> </tr> <tr> <td> <a href="http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html">microperl</a> </td> -<td> A small standalone perl interpreter that can be built from the perl source -s via "make -f Makefile.micro". If you really feel the need for perl on an embe -dded system, this is where to start. +<td> A small standalone perl interpreter that can be built from the perl sources +via "make -f Makefile.micro". If you really feel the need for perl on an embedded +system, this is where to start. </tr> <tr> @@ -88,5 +88,11 @@ in use for everything from OpenBIOS to computer controlled engine timing.</td> <a href="http://gentoo-wiki.com/wiki/TinyGentoo">TinyGentoo</a>, which build and use tiny utilities for all sorts of things.</p> -<!--#include file="footer.html" --> +<p>Rob Landley developed +<a href="http://impactlinux.com/fwl">Firmware Linux</a>, a set of +build scripts which produce cross compilers, root filesystems, +and system images for various hardware targets, +configured to run under QEMU and provide an emulated native +test/development environment based on BusyBox and uClibc. +<!--#include file="footer.html" --> |
