aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-06-05 07:58:18 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-06-05 07:58:18 +0000
commit07e1ccdf751c88beb23a20b0c73685b9769701ad (patch)
tree116b7d80d74a05d02a388eeeba72356d5763b98f /miscutils/Config.in
parent84b6264670619c8051f0c81a1ed7bb58e161df21 (diff)
downloadbusybox-w32-07e1ccdf751c88beb23a20b0c73685b9769701ad.tar.gz
busybox-w32-07e1ccdf751c88beb23a20b0c73685b9769701ad.tar.bz2
busybox-w32-07e1ccdf751c88beb23a20b0c73685b9769701ad.zip
Woops, the previous commit was an accident, its supplied in the patch,
dont commit yet as we are in feature freeze
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in30
1 files changed, 4 insertions, 26 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 320f4c2b4..7e18c16a0 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -143,32 +143,10 @@ config CONFIG_MAKEDEVS
143 bool "makedevs" 143 bool "makedevs"
144 default n 144 default n
145 help 145 help
146 'makedevs' is a utility used to create a batch of devices with 146 'makedevs' is a utility used and created by the Linux Router Project.
147 one command. 147 It creates a large number of device special files (/dev devices)
148 . 148 rather quickly, and can be considerably faster then running mknod a
149 There are two choices for command line behaviour, the interface 149 zillion times.
150 as used by LEAF/Linux Router Project, or a device table file.
151 .
152 'leaf' is traditionally what busybox follows, it allows multiple
153 devices of a particluar type to be created per command.
154 e.g. /dev/hda[0-9]
155 Device properties are passed as command line arguments.
156 .
157 'table' reads device properties from a file or stdin, allowing
158 a batch of unrelated devices to be makde with one command.
159 User/group names are allowed as an alternative to uid/gid.
160
161choice
162 prompt "Choose makedevs behaviour"
163 default CONFIG_FEATURE_MAKDEVS_TABLE
164
165config CONFIG_FEATURE_MAKEDEVS_LEAF
166 bool "leaf"
167
168config CONFIG_FEATURE_MAKEDEVS_TABLE
169 bool "table"
170
171endchoice
172 150
173config CONFIG_MT 151config CONFIG_MT
174 bool "mt" 152 bool "mt"