aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-24 09:32:42 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-24 09:32:42 +0000
commit279fc0f2f166e3e5f01258b73646c322877d1f4f (patch)
tree5cbc292bd0f7ce5e090cc96cece4350e4ffc7ea8
parenteb9a70be65962a246dfb34fa4b01c2410eb575f3 (diff)
downloadbusybox-w32-279fc0f2f166e3e5f01258b73646c322877d1f4f.tar.gz
busybox-w32-279fc0f2f166e3e5f01258b73646c322877d1f4f.tar.bz2
busybox-w32-279fc0f2f166e3e5f01258b73646c322877d1f4f.zip
combine bool;prompt to just bool
git-svn-id: svn://busybox.net/trunk/busybox@17493 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Config.in3
1 files changed, 1 insertions, 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
445 on a filesystem with few inodes. 445 on a filesystem with few inodes.
446 446
447config INSTALL_APPLET_DONT 447config INSTALL_APPLET_DONT
448 bool 448 bool "not installed"
449 prompt "not installed"
450 depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS 449 depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS
451 help 450 help
452 Do not install applet links. Useful when using the -install feature 451 Do not install applet links. Useful when using the -install feature