Just got it compiled and running on N800 to replace Nokia's dysfunctional version. . . Among other things at least rdate seems to work. I am in need of a tgz of symlinks to all currently available apps as shown above and used in busybox. Any help with that would be appreciated.
The build automatically generates a file "busybox.links", which is used by 'make install' to create symlinks to the BusyBox binary for all compiled in commands. Use the PREFIX environment variable to specify where to install the busybox binary and symlink forest. (i.e., 'make PREFIX=/tmp/foo install', or 'make PREFIX=/tmp/foo install-hardlinks' if you prefer hard links.)