To build the uClibc from the provided sources:
 o cd uClibc
 o [make menuconfig] or [make config]
 o make install
 o copy src/uClibc/libc/libc.a and src/uClibc/libc/misc/internals/interp.o 
   to a manually created directory
     /opt/brcm/hndtools-mipsel-uclibc/lib/optinfo
   (Note: This directory would be different than noted if you made changes
          to the default config)

To make the GNU toolchain
 o cd to ../release/src/router
 o make menuconfig
   save defaults and return
 o Get back to the tools-src directory and run 
   build_tools.sh
 o Set up a symbolic link in the /opt/brcm directory
   ln -s hndtools-mipsel-uclibc-0.9.19 hndtools-mipsel-uclibc
   ln -s hndtools-mipsel-linux-3.0 hndtools-mipsel-linux
   Add these two directories to your path


Now to build the image
 o cd ../release/src
 o make
