[git commit master] tinyutils.html: add link to FWL

Denys Vlasenko vda.linux at googlemail.com
Thu Feb 11 21:46:59 UTC 2010


commit: http://git.busybox.net/busybox-website/commit/?id=42496ec7ee9267d3de93be8d9c76d158f5703068
branch: http://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 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" -->
-- 
1.6.3.3



More information about the busybox-cvs mailing list