From: Eric Andersen Date: Mon, 18 Jul 2005 09:36:49 +0000 (-0000) Subject: the makedevs config option was pretty much totally broken X-Git-Tag: 1_1_0~915 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b7058c65371ec219a0965f4bd3a6d81ad95c870;p=oweals%2Fbusybox.git the makedevs config option was pretty much totally broken --- 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"