View Single Post
Posts: 111 | Thanked: 31 times | Joined on Nov 2007
#2
Originally Posted by gnexus View Post
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.
nice. i've been missing some of those cmds. what is the total binary size?

as far as symlinks go, the busybox makefile should take care of that, no?

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.)
do you plan to make debian packages?