From 80e1190c4f26d5b316568284899ea078965a3da2 Mon Sep 17 00:00:00 2001 From: Yuji Mano Date: Mon, 5 May 2008 21:58:03 +0000 Subject: [PATCH] add missing udevextras package option - edd_id SVN-Revision: 11053 --- package/udev/Makefile | 2 +- package/udev/udevextras-config.in | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package/udev/Makefile b/package/udev/Makefile index 0552bb1b6a..c611f9cc4a 100644 --- a/package/udev/Makefile +++ b/package/udev/Makefile @@ -49,7 +49,7 @@ define Package/udevextras/config 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)))) diff --git a/package/udev/udevextras-config.in b/package/udev/udevextras-config.in index 3e940042f8..20ac1bbc0d 100644 --- a/package/udev/udevextras-config.in +++ b/package/udev/udevextras-config.in @@ -20,6 +20,13 @@ config UDEVEXTRAS_dasd_id 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 @@ -35,13 +42,6 @@ config UDEVEXTRAS_scsi_id 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 @@ -49,3 +49,9 @@ config UDEVEXTRAS_usb_id 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 -- 2.30.2