Ok thanks, I just tried it and that one in the ipk works well.
One thing, though, just in case someone reading this doesn't know, most sites say that ipk files are just tar'd and gzipped files, but because they only contain 3 files that are already gzipped, now they just archive the three gzipped files. So this one you have to do:
ar -x bl-0.0.ipk
then tar zxf data.tar.gz and bl is in usr/bin
Mitt