diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2025-10-13 21:56:47 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2025-10-13 21:56:47 +0200 |
| commit | b99a529177b4adbe3b3f5a86f46b9cf386d4cbe4 (patch) | |
| tree | 744980f8f881ab8ba61692f719db36945c9fd053 /Config.in | |
| parent | 3ff3cb483db4165a6d1d4d05bb1f957b4fa5a9b4 (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.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
