mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:14:06 +02:00
add missing udevextras package option - edd_id
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11053 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9aa18be82b
commit
3084e0210f
@ -49,7 +49,7 @@ define Package/udevextras/config
|
|||||||
source "$(SOURCE)/udevextras-config.in"
|
source "$(SOURCE)/udevextras-config.in"
|
||||||
endef
|
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), \
|
UDEV_EXTRAS=$(strip $(foreach e, $(UDEV_ALL_EXTRAS), \
|
||||||
$(if $(CONFIG_UDEVEXTRAS_$(e)),extras/$(e))))
|
$(if $(CONFIG_UDEVEXTRAS_$(e)),extras/$(e))))
|
||||||
|
|
||||||
|
@ -20,6 +20,13 @@ config UDEVEXTRAS_dasd_id
|
|||||||
help
|
help
|
||||||
dasd_id can find unique identifiers for DASD devices
|
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
|
config UDEVEXTRAS_path_id
|
||||||
bool
|
bool
|
||||||
prompt "path_id" if PACKAGE_udevextras
|
prompt "path_id" if PACKAGE_udevextras
|
||||||
@ -35,13 +42,6 @@ config UDEVEXTRAS_scsi_id
|
|||||||
help
|
help
|
||||||
scsi_id can find unique identifiers for SCSI devices
|
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
|
config UDEVEXTRAS_usb_id
|
||||||
bool
|
bool
|
||||||
prompt "usb_id" if PACKAGE_udevextras
|
prompt "usb_id" if PACKAGE_udevextras
|
||||||
@ -49,3 +49,9 @@ config UDEVEXTRAS_usb_id
|
|||||||
help
|
help
|
||||||
usb_id can find the unique id of USB devices
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user