Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-24 12:32:42 +0300
committerMike Frysinger <vapier@gentoo.org>2007-01-24 12:32:42 +0300
commit6cda89700e2e308fad3e20c2a06c952a8307ba95 (patch)
tree5cbc292bd0f7ce5e090cc96cece4350e4ffc7ea8 /Config.in
parent841ef1308beb56ea1d0b9b7ad383adab76eba346 (diff)
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