move ldconfig & ldd to utils section
[openwrt/svn-archive/archive.git] / package / udev / udevextras-config.in
1
2 config UDEVEXTRAS_ata_id
3 bool
4 prompt "ata_id" if PACKAGE_udevextras
5 default n
6 help
7 ata_id can find unique identifiers for ATA devices
8
9 config UDEVEXTRAS_cdrom_id
10 bool
11 prompt "cdrom_id" if PACKAGE_udevextras
12 default n
13 help
14 cdrom_id can find unique identifiers for CDROM devices
15
16 config UDEVEXTRAS_dasd_id
17 bool
18 prompt "dasd_id" if PACKAGE_udevextras
19 default n
20 help
21 dasd_id can find unique identifiers for DASD devices
22
23 config UDEVEXTRAS_edd_id
24 bool
25 prompt "edd_id" if PACKAGE_udevextras
26 default n
27 help
28 edd_id can find unique identifiers for EDD devices
29
30 config UDEVEXTRAS_path_id
31 bool
32 prompt "path_id" if PACKAGE_udevextras
33 default n
34 help
35 path_id can find the full path (eg. bus-device-partition)
36 of devices
37
38 config UDEVEXTRAS_scsi_id
39 bool
40 prompt "scsi_id" if PACKAGE_udevextras
41 default n
42 help
43 scsi_id can find unique identifiers for SCSI devices
44
45 config UDEVEXTRAS_usb_id
46 bool
47 prompt "usb_id" if PACKAGE_udevextras
48 default n
49 help
50 usb_id can find the unique id of USB devices
51
52 config UDEVEXTRAS_volume_id
53 bool
54 prompt "volume_id" if PACKAGE_udevextras
55 default n
56 help
57 volume_id can find the volume label of storage devices