From: Mike Frysinger Date: Wed, 24 Jan 2007 09:32:42 +0000 (-0000) Subject: combine bool;prompt to just bool X-Git-Tag: 1_5_1~299 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6cda89700e2e308fad3e20c2a06c952a8307ba95;p=oweals%2Fbusybox.git combine bool;prompt to just bool --- diff --git a/Config.in b/Config.in index 00e95bf4f..499233bc1 100644 --- a/Config.in +++ b/Config.in @@ -445,8 +445,7 @@ config INSTALL_APPLET_HARDLINKS on a filesystem with few inodes. config INSTALL_APPLET_DONT - bool - prompt "not installed" + bool "not installed" depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS help Do not install applet links. Useful when using the -install feature