diff options
author | Mike Frysinger | 2005-05-11 00:25:47 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-05-11 00:25:47 +0000 |
commit | 55e2cf6533582ba0e795176103df0df22436b230 (patch) | |
tree | 861e274991d9290735776b7f38b6b18861da1598 /miscutils/Config.in | |
parent | fb6d22c96c1147014294b30c97e7b912db36bfed (diff) | |
download | busybox-55e2cf6533582ba0e795176103df0df22436b230.zip busybox-55e2cf6533582ba0e795176103df0df22436b230.tar.gz |
import eject by Peter Willis / Tito Ragusa
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 77e13e8..710639a 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -83,6 +83,19 @@ config CONFIG_DEVFSD_VERBOSE help Increases logging to stderr or syslog. +config CONFIG_EJECT + bool "eject" + default n + help + Used to eject cdroms. (defaults to /dev/cdrom) + +config CONFIG_FEATURE_EJECT_LONG_OPTIONS + bool " Enable support for --trayclose long option (-t)" + default n + depends on CONFIG_EJECT + help + Enable use of long options (like --trayclose for -t). + config CONFIG_LAST bool "last" default n |