diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-24 09:14:09 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-24 09:14:09 +0000 |
commit | 6e3d6f293e79d8921889aa497e1bb711b250f9e1 (patch) | |
tree | c210b7257573d37bd5f8122914c98571f15c1e1c | |
parent | 3fd6463a96de798c83115336cc34f154af57894d (diff) | |
download | busybox-w32-6e3d6f293e79d8921889aa497e1bb711b250f9e1.tar.gz busybox-w32-6e3d6f293e79d8921889aa497e1bb711b250f9e1.tar.bz2 busybox-w32-6e3d6f293e79d8921889aa497e1bb711b250f9e1.zip |
"depends ..." -> "depends on ..."
git-svn-id: svn://busybox.net/trunk/busybox@17491 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | miscutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index c112ae5ed..405554352 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -258,7 +258,7 @@ config MAKEDEVS | |||
258 | 258 | ||
259 | choice | 259 | choice |
260 | prompt "Choose makedevs behaviour" | 260 | prompt "Choose makedevs behaviour" |
261 | depends MAKEDEVS | 261 | depends on MAKEDEVS |
262 | default FEATURE_MAKEDEVS_TABLE | 262 | default FEATURE_MAKEDEVS_TABLE |
263 | 263 | ||
264 | config FEATURE_MAKEDEVS_LEAF | 264 | config FEATURE_MAKEDEVS_LEAF |