mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
eudev: add new package
eudev is a fork of systemd-udev which doesn't require all the rest of systemd. It's suitable for running along with OpenWrt's procd, eplacing the very outdated version of pre-systemd udev. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
# udev package config
|
||||
|
||||
menu "Configuration"
|
||||
depends on PACKAGE_eudev
|
||||
|
||||
config EUDEV_EXTRA_ata_id
|
||||
bool "Install eudev ata_id callout"
|
||||
default y
|
||||
help
|
||||
ata_id - udev callout to read product/serial number
|
||||
from ATA drives
|
||||
|
||||
config EUDEV_EXTRA_blkid
|
||||
bool "Use blkid to identify block devices"
|
||||
default y
|
||||
help
|
||||
blkid - make use of libblkid to identify block devices
|
||||
|
||||
config EUDEV_EXTRA_cdrom_id
|
||||
bool "Install eudev cdrom_id callout"
|
||||
default y
|
||||
help
|
||||
cdrom_id - udev callout to determine the capabilities
|
||||
of optical drives and media
|
||||
|
||||
config EUDEV_EXTRA_collect
|
||||
bool "Install eudev collect"
|
||||
default n
|
||||
help
|
||||
Adds ID to the list governed by <checkpoint>
|
||||
|
||||
config EUDEV_EXTRA_input_id
|
||||
bool "Install input_id callout"
|
||||
default y
|
||||
help
|
||||
input_id - udev callout to classify input devices
|
||||
|
||||
config EUDEV_EXTRA_kmod
|
||||
bool "Use kmod for loading kernel modules"
|
||||
default n
|
||||
help
|
||||
kmod - make use of kmod to load kernel modules on demand
|
||||
|
||||
config EUDEV_EXTRA_mtd_probe
|
||||
bool "Install mtd_probe callout"
|
||||
default y
|
||||
help
|
||||
mtd_probe - udev callout to probe mtd devices
|
||||
|
||||
config EUDEV_EXTRA_rule_generator
|
||||
bool "Install (legacy) eudev rule_generator"
|
||||
default n
|
||||
help
|
||||
|
||||
config EUDEV_EXTRA_scsi_id
|
||||
bool "Install eudev scsi_id callout"
|
||||
default y
|
||||
help
|
||||
scsi_id - retrieve and generate a unique SCSI identifier
|
||||
|
||||
config EUDEV_EXTRA_v4l_id
|
||||
bool "Install eudev v4l_id callout"
|
||||
default y
|
||||
help
|
||||
v4l_id - udev callout to identify Video4Linux devices
|
||||
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user