Quote:
Originally Posted by [ACL]
supporting mutiple is simple
on /data/modules we need a new directory with the uname of the kernel
Each kernel will use their own directory but mutiple an co-exist in there. So when we do a backup, we will always bakup the older modules in their old directories as well as leaving the new ones untouched. The final piece is to tell android to symlink /data/modules/uname to /data/modules . The uname gets filled in with the kernel info.
Now this has to run really early, even before the sysinit.sh, so it may need to be part of the initrd . I think we even have the command in there commented out.
I'm rerunning the autobuild. Hopefully that helps.
|
Sorry I yanked my post because it was kind of off. The latest files now work out of the box with wifi, but the ones I grabbed a couple of days ago did not.
I was hoping to find a way to let the installer script handle the modules so that only one link existed at a time, but we could technically install as many as we had space for. Thing is, at 18 MB per modules set, I don't think anyone is going to want to hold onto more than a couple :P