mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
ef6b272959
commit
87f76483b9
9
package/mdevd/Config.in
Normal file
9
package/mdevd/Config.in
Normal 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/
|
||||
Reference in New Issue
Block a user