aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-24 09:32:42 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-24 09:32:42 +0000
commit6cda89700e2e308fad3e20c2a06c952a8307ba95 (patch)
tree5cbc292bd0f7ce5e090cc96cece4350e4ffc7ea8
parent841ef1308beb56ea1d0b9b7ad383adab76eba346 (diff)
downloadbusybox-w32-6cda89700e2e308fad3e20c2a06c952a8307ba95.tar.gz
busybox-w32-6cda89700e2e308fad3e20c2a06c952a8307ba95.tar.bz2
busybox-w32-6cda89700e2e308fad3e20c2a06c952a8307ba95.zip
combine bool;prompt to just bool
-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