diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-08-24 20:19:26 +0000 |
---|---|---|
committer | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-08-24 20:19:26 +0000 |
commit | 525d86686e5c30ca60666b4f8a83315b34a289d8 (patch) | |
tree | e85522c0c5fe9f59f04d2d500acb864849147a20 /package/udev/udevextras-config.in | |
parent | 0ff31d848f715c7f9c3100d4e41994ef33f1fc61 (diff) | |
download | upstream-525d86686e5c30ca60666b4f8a83315b34a289d8.tar.gz upstream-525d86686e5c30ca60666b4f8a83315b34a289d8.tar.bz2 upstream-525d86686e5c30ca60666b4f8a83315b34a289d8.zip |
udev: Update udev package from udev-106 to udev-142
Update the init scripts have to use udevadm where appropriate.
The udev package no longer provides separate udev utilities
like udevtrigger and udevsettle. These have been incorporated
into the udev admin program udevadm.
Replace the udevextras sub package with config options to the udev
package.
Update the preinit script to check for '/lib/udev/devices', and
copy it to '/dev/ if it is found, then to conditionaly setup
/dev the old way with mknod etc. Udev now recommends using
the directory '/lib/udev/devices' to initialize the '/dev'
directory at startup.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17378
Diffstat (limited to 'package/udev/udevextras-config.in')
-rw-r--r-- | package/udev/udevextras-config.in | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/package/udev/udevextras-config.in b/package/udev/udevextras-config.in deleted file mode 100644 index 20ac1bbc0d..0000000000 --- a/package/udev/udevextras-config.in +++ /dev/null @@ -1,57 +0,0 @@ - -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 |