aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 9c16e1583..d5a69f416 100644
--- a/Config.in
+++ b/Config.in
@@ -218,6 +218,13 @@ config FEATURE_INSTALLER
218 busybox at runtime to create hard links or symlinks for all the 218 busybox at runtime to create hard links or symlinks for all the
219 applets that are compiled into busybox. 219 applets that are compiled into busybox.
220 220
221config FEATURE_VERSION
222 bool "Support --version"
223 default y
224 depends on BUSYBOX
225 help
226 Enable 'busybox --version' support.
227
221config INSTALL_NO_USR 228config INSTALL_NO_USR
222 bool "Don't use /usr" 229 bool "Don't use /usr"
223 default n 230 default n