diff options
author | Bernhard Reutner-Fischer | 2008-02-08 15:04:00 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-02-08 15:04:00 +0000 |
commit | afdad653ac62e99d8da30e441d3414684146db19 (patch) | |
tree | f0b120ffa8686518f4914ce32f8a07aa5874f01c /miscutils/Config.in | |
parent | 534b8d04832bc28f16fde1f8473139c0f004ed25 (diff) | |
download | busybox-afdad653ac62e99d8da30e441d3414684146db19.zip busybox-afdad653ac62e99d8da30e441d3414684146db19.tar.gz |
- add eject -s for SCSI- and USB-devices (Nico Erfurth)
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index e6c6504..d64d053 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -126,6 +126,14 @@ config EJECT help Used to eject cdroms. (defaults to /dev/cdrom) +config FEATURE_EJECT_SCSI + bool "eject scsi support" + default n + depends on EJECT + help + Add the -s option to eject, this allows to eject SCSI-Devices and + usb-storage devices. + config LAST bool "last" default n |