This depmod script will create a modules.dep file, just like the depmod
authorEric Andersen <andersen@codepoet.org>
Mon, 30 Jul 2001 19:32:03 +0000 (19:32 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 30 Jul 2001 19:32:03 +0000 (19:32 -0000)
commitc126f8ffb6143f1455bea63dad21b2832ddb8b3c
tree16aedb23bf150c955f33322f040b7082338e25de
parent3555fd006e34c9328e6a1189eb020fac7be9a8fa
This depmod script will create a modules.dep file, just like the depmod
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
examples/depmod.pl [new file with mode: 0755]
scripts/depmod.pl [new file with mode: 0755]