mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
87f76483b9
This new package provides mdevd, a small daemon managing kernel hotplug events similar to udevd. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
config BR2_PACKAGE_MDEVD
|
|
bool "mdevd"
|
|
depends on BR2_USE_MMU # skalibs
|
|
select BR2_PACKAGE_SKALIBS
|
|
help
|
|
mdevd is a small daemon managing kernel hotplug events,
|
|
similarly to udevd.
|
|
|
|
http://skarnet.org/software/mdevd/
|