summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2025-10-13 21:56:47 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2025-10-13 21:56:47 +0200
commitb99a529177b4adbe3b3f5a86f46b9cf386d4cbe4 (patch)
tree744980f8f881ab8ba61692f719db36945c9fd053 /Config.in
parent3ff3cb483db4165a6d1d4d05bb1f957b4fa5a9b4 (diff)
busybox: optional --version support
function old new delta busybox_main 695 734 +39 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 ad0cd1e26..6b925b517 100644
--- a/Config.in
+++ b/Config.in
@@ -204,6 +204,13 @@ config FEATURE_INSTALLER
busybox at runtime to create hard links or symlinks for all the
applets that are compiled into busybox.
+config FEATURE_VERSION
+ bool "Support --version"
+ default y
+ depends on BUSYBOX
+ help
+ Enable 'busybox --version' support.
+
config INSTALL_NO_USR
bool "Don't use /usr"
default n