package/mdevd: new package

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>
This commit is contained in:
Eric Le Bihan
2019-09-29 19:10:17 +02:00
committed by Arnout Vandecappelle (Essensium/Mind)
parent ef6b272959
commit 87f76483b9
5 changed files with 53 additions and 0 deletions

9
package/mdevd/Config.in Normal file
View File

@@ -0,0 +1,9 @@
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/