1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-08 02:13:50 +03:00
openwrt-xburst/package/udev/udevextras-config.in
ymano 3084e0210f add missing udevextras package option - edd_id
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-05 21:58:03 +00:00

58 lines
1.2 KiB
Plaintext

config UDEVEXTRAS_ata_id
bool
prompt "ata_id" if PACKAGE_udevextras
default n
help
ata_id can find unique identifiers for ATA devices
config UDEVEXTRAS_cdrom_id
bool
prompt "cdrom_id" if PACKAGE_udevextras
default n
help
cdrom_id can find unique identifiers for CDROM devices
config UDEVEXTRAS_dasd_id
bool
prompt "dasd_id" if PACKAGE_udevextras
default n
help
dasd_id can find unique identifiers for DASD devices
config UDEVEXTRAS_edd_id
bool
prompt "edd_id" if PACKAGE_udevextras
default n
help
edd_id can find unique identifiers for EDD devices
config UDEVEXTRAS_path_id
bool
prompt "path_id" if PACKAGE_udevextras
default n
help
path_id can find the full path (eg. bus-device-partition)
of devices
config UDEVEXTRAS_scsi_id
bool
prompt "scsi_id" if PACKAGE_udevextras
default n
help
scsi_id can find unique identifiers for SCSI devices
config UDEVEXTRAS_usb_id
bool
prompt "usb_id" if PACKAGE_udevextras
default n
help
usb_id can find the unique id of USB devices
config UDEVEXTRAS_volume_id
bool
prompt "volume_id" if PACKAGE_udevextras
default n
help
volume_id can find the volume label of storage devices