diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-24 09:32:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-24 09:32:42 +0000 |
commit | 6cda89700e2e308fad3e20c2a06c952a8307ba95 (patch) | |
tree | 5cbc292bd0f7ce5e090cc96cece4350e4ffc7ea8 | |
parent | 841ef1308beb56ea1d0b9b7ad383adab76eba346 (diff) | |
download | busybox-6cda89700e2e308fad3e20c2a06c952a8307ba95.tar.gz |
combine bool;prompt to just bool
-rw-r--r-- | Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |