mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
15 lines
386 B
Makefile
15 lines
386 B
Makefile
################################################################################
|
|
#
|
|
# udev
|
|
#
|
|
################################################################################
|
|
|
|
# Required by default rules for input devices
|
|
define UDEV_USERS
|
|
- - input -1 * - - - Input device group
|
|
- - render -1 * - - - DRI rendering nodes
|
|
- - kvm -1 * - - - kvm nodes
|
|
endef
|
|
|
|
$(eval $(virtual-package))
|