diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-07-18 09:36:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-07-18 09:36:49 +0000 |
commit | 1b7058c65371ec219a0965f4bd3a6d81ad95c870 (patch) | |
tree | 23c479888f0f20850017fe28b9e827408ec5c6c4 | |
parent | e8614dbcd75915e6bf5badb8669efc04e62453f8 (diff) | |
download | busybox-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.in | 3 |
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 | ||
177 | choice | 177 | choice |
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 | ||
181 | config CONFIG_FEATURE_MAKEDEVS_LEAF | 182 | config CONFIG_FEATURE_MAKEDEVS_LEAF |
182 | bool "leaf" | 183 | bool "leaf" |