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-w32-6cda89700e2e308fad3e20c2a06c952a8307ba95.tar.gz busybox-w32-6cda89700e2e308fad3e20c2a06c952a8307ba95.tar.bz2 busybox-w32-6cda89700e2e308fad3e20c2a06c952a8307ba95.zip |
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 | |||
445 | on a filesystem with few inodes. | 445 | on a filesystem with few inodes. |
446 | 446 | ||
447 | config INSTALL_APPLET_DONT | 447 | config 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 |