aboutsummaryrefslogtreecommitdiff
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
parente8614dbcd75915e6bf5badb8669efc04e62453f8 (diff)
downloadbusybox-w32-1b7058c65371ec219a0965f4bd3a6d81ad95c870.tar.gz
busybox-w32-1b7058c65371ec219a0965f4bd3a6d81ad95c870.tar.bz2
busybox-w32-1b7058c65371ec219a0965f4bd3a6d81ad95c870.zip
the makedevs config option was pretty much totally broken
-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
176 176
177choice 177choice
178 prompt "Choose makedevs behaviour" 178 prompt "Choose makedevs behaviour"
179 default CONFIG_FEATURE_MAKDEVS_TABLE 179 depends CONFIG_MAKEDEVS
180 default CONFIG_FEATURE_MAKEDEVS_TABLE
180 181
181config CONFIG_FEATURE_MAKEDEVS_LEAF 182config CONFIG_FEATURE_MAKEDEVS_LEAF
182 bool "leaf" 183 bool "leaf"