aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-11 00:25:47 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-11 00:25:47 +0000
commit92285b9e71a77a02e3b1eb81dc00c5db0faf07ea (patch)
tree861e274991d9290735776b7f38b6b18861da1598 /miscutils/Config.in
parentecb5d65cdf94dcecefa7dfe93da62c07ef0e7613 (diff)
downloadbusybox-w32-92285b9e71a77a02e3b1eb81dc00c5db0faf07ea.tar.gz
busybox-w32-92285b9e71a77a02e3b1eb81dc00c5db0faf07ea.tar.bz2
busybox-w32-92285b9e71a77a02e3b1eb81dc00c5db0faf07ea.zip
import eject by Peter Willis / Tito Ragusa
git-svn-id: svn://busybox.net/trunk/busybox@10288 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 77e13e84e..710639aba 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -83,6 +83,19 @@ config CONFIG_DEVFSD_VERBOSE
83 help 83 help
84 Increases logging to stderr or syslog. 84 Increases logging to stderr or syslog.
85 85
86config CONFIG_EJECT
87 bool "eject"
88 default n
89 help
90 Used to eject cdroms. (defaults to /dev/cdrom)
91
92config CONFIG_FEATURE_EJECT_LONG_OPTIONS
93 bool " Enable support for --trayclose long option (-t)"
94 default n
95 depends on CONFIG_EJECT
96 help
97 Enable use of long options (like --trayclose for -t).
98
86config CONFIG_LAST 99config CONFIG_LAST
87 bool "last" 100 bool "last"
88 default n 101 default n