Patch from Woody Suwalski:
authorEric Andersen <andersen@codepoet.org>
Fri, 19 Dec 2003 21:04:19 +0000 (21:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 19 Dec 2003 21:04:19 +0000 (21:04 -0000)
commit03d8091859f45a6bb5e3aadc110b279e789399f2
tree54c744aab1045bb9fa1348b108bb479cf84017bd
parent514aeabc366d8763cb1e2437be80f3f13d135ec3
Patch from Woody Suwalski:

Erik, I think we have met online some time ago when I was in Corel/Rebel
    Netwinder project....

Anyway, I would like to use BB on 2.6.0 initrd. 1.00-pre4 works OK, if
insmod is actually presented with a full path to the module. Otherwise -
problems (not to mention conflicts when 2.4 modutil is enabled)

Here are some patches for insmod and modprobe which try to walk around
the default ".o" module format for 2.2/2.4 modules (you have probably
noticed it is now .ko in 2.6 ;-)) Trying to steal as little space as
possible if 2.6 not enabled...

The modprobe is still not perfect on 2.6 - seems to be jamming on some
dependencies, but works with some (to be debugged). Anyway after the
patches it at least tries to work....

Will there be a 1.00-pre5 coming any time soon?

Thanks, Woody
modutils/insmod.c
modutils/modprobe.c