From 279fc0f2f166e3e5f01258b73646c322877d1f4f Mon Sep 17 00:00:00 2001 From: vapier Date: Wed, 24 Jan 2007 09:32:42 +0000 Subject: combine bool;prompt to just bool git-svn-id: svn://busybox.net/trunk/busybox@17493 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- cgit v1.2.3-55-g6feb