aboutsummaryrefslogtreecommitdiff
path: root/Config.in
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 /Config.in
parent841ef1308beb56ea1d0b9b7ad383adab76eba346 (diff)
downloadbusybox-6cda89700e2e308fad3e20c2a06c952a8307ba95.tar.gz
combine bool;prompt to just bool
Diffstat (limited to 'Config.in')
-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
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