[RESEND PATCH v1] Config.in: FEATURE_PREFER_APPLETS depends on !BUILD_INDIVIDUAL
Nadav Tasher
tashernadav at gmail.com
Thu Apr 17 18:48:07 UTC 2025
Having FEATURE_PREFER_APPLETS on while building individual
applets seems like a bad idea.
Applets would try to execute theirselves with different
argument if applets are prefered.
Signed-off-by: Nadav Tasher <tashernadav at gmail.com>
---
Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/Config.in b/Config.in
index ad0cd1e26..dfab102bb 100644
--- a/Config.in
+++ b/Config.in
@@ -298,6 +298,7 @@ config FEATURE_SUID_CONFIG_QUIET
config FEATURE_PREFER_APPLETS
bool "exec prefers applets"
default n
+ depends on !BUILD_INDIVIDUAL
help
This is an experimental option which directs applets about to
call 'exec' to try and find an applicable busybox applet before
--
2.34.1
More information about the busybox
mailing list