aboutsummaryrefslogtreecommitdiff
path: root/examples/depmod.pl
AgeCommit message (Collapse)Author
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-07remove cvs $Id tagMike Frysinger
2006-06-02Patch from Atsushi Nemoto:Rob Landley
This patch make depmod.pl more robust in cross environment.  If native nm did not recognize target's object, you can override it with NM environment variable.
2006-05-26fix spelling mistakesMike Frysinger
2006-03-21Patch from Stuart Hughes upgrading depmod.plRob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2002-10-08Fixed the script. It always put output to 'stdout' and never to"Steven J. Hill"
the 'modules.dep' file.
2001-07-30This depmod script will create a modules.dep file, just like the depmodEric Andersen
binary from modutils. This one, however, can be run on the _host_ system (need not be run on the target) and is fully cross platform, so even if your target is ARM or powerpc or whatever, this will still work. When used to support the new modprobe applet, this allows busybox to fully supplant modutils for architectures supported by busybox insmod. -Erik