aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-11 00:25:47 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-11 00:25:47 +0000
commit55e2cf6533582ba0e795176103df0df22436b230 (patch)
tree861e274991d9290735776b7f38b6b18861da1598 /miscutils/Config.in
parentfb6d22c96c1147014294b30c97e7b912db36bfed (diff)
downloadbusybox-w32-55e2cf6533582ba0e795176103df0df22436b230.tar.gz
busybox-w32-55e2cf6533582ba0e795176103df0df22436b230.tar.bz2
busybox-w32-55e2cf6533582ba0e795176103df0df22436b230.zip
import eject by Peter Willis / Tito Ragusa
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