fyi, busybox depmod does NOT prefer updates/ over kernel/
meaning when install any new module in updates/, depmod populates modules.dep with duplicate module name, both old kernel/ and new updates/.
and of course, modprobe/modinfo still prefer old kernel/.
Any easy fix (which I'm missing) for that?
Thanks