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 <tasherna...@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.43.0 _______________________________________________ busybox mailing list busybox@busybox.net https://lists.busybox.net/mailman/listinfo/busybox