source "$(SOURCE)/udevextras-config.in"
endef
-UDEV_ALL_EXTRAS=ata_id cdrom_id dasd_id scsi_id path_id usb_id volume_id
+UDEV_ALL_EXTRAS=ata_id cdrom_id dasd_id edd_id scsi_id path_id usb_id volume_id
UDEV_EXTRAS=$(strip $(foreach e, $(UDEV_ALL_EXTRAS), \
$(if $(CONFIG_UDEVEXTRAS_$(e)),extras/$(e))))
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
help
scsi_id can find unique identifiers for SCSI 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
-
config UDEVEXTRAS_usb_id
bool
prompt "usb_id" if PACKAGE_udevextras
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