Hi all, Till now I've been using the ELDK 3.0 framework for development. Now I am involved in some development on kernel 2.6, and I would prefer using kernel modules. But I can't get script depmod.pl in eldk/usr/sbin working with kernel 2.6 modules.
I've checked for a new version of this script on Busybox (I think it's the same than ELDK's one), but since version 1.0 this is not available. So, how are you coping with this? Is there any way to use ELDK with kernel 2.6 modules? Or should I change to another framework? Currently, I work with ELDK on an i686 system, cross-compiling onto PPC with the ppc_82xx- toolchain included in the ELDK. I use the SELF's RamFS from the ELDK, with Busybox shell and modutils. The depmod.pl script creates the modules.dep file in this rootfs. Thanks, Alex