I'm running mdevd rather than busybox mdev. It runs as a daemon and supports a few additional features in the config file.
Is it possible to add some compile time args to support different mdev loaders (such as mdevd?)
e.g. --with-mdev-daemon="/usr/bin/mdevd" --with-mdev-daemon-args="" --with-mdev-coldplug-cmd="/usr/bin/mdevd-coldplug"
I guess that mdevd behaves more like udev in the sense that it's a running daemon rather than a one off command.
Right now, since mdevd and mdev use a compatible config file, loading mdev at boot time picks up the same config. But that limits me to only using mdev compatible parts in the mdev.conf file.