aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-07-18 09:36:49 +0000
committerEric Andersen <andersen@codepoet.org>2005-07-18 09:36:49 +0000
commit1b7058c65371ec219a0965f4bd3a6d81ad95c870 (patch)
tree23c479888f0f20850017fe28b9e827408ec5c6c4 /miscutils
parente8614dbcd75915e6bf5badb8669efc04e62453f8 (diff)
downloadbusybox-1b7058c65371ec219a0965f4bd3a6d81ad95c870.tar.gz
the makedevs config option was pretty much totally broken
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 79f44274f..57afd32ed 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -176,7 +176,8 @@ config CONFIG_MAKEDEVS
choice
prompt "Choose makedevs behaviour"
- default CONFIG_FEATURE_MAKDEVS_TABLE
+ depends CONFIG_MAKEDEVS
+ default CONFIG_FEATURE_MAKEDEVS_TABLE
config CONFIG_FEATURE_MAKEDEVS_LEAF
bool "leaf"