summaryrefslogtreecommitdiff
path: root/Config.kmk
diff options
context:
space:
mode:
Diffstat (limited to 'Config.kmk')
-rw-r--r--Config.kmk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.kmk b/Config.kmk
index 3fa5632473b..63aebda3b53 100644
--- a/Config.kmk
+++ b/Config.kmk
@@ -897,6 +897,11 @@ VBOX_WITH_HOST_CHANNEL = 1
# Enable the guest control service.
if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win)
VBOX_WITH_GUEST_CONTROL = 1
+ # Enables support for handling certain commands via the built-in (busybox-like) toolbox in VBoxService. See @bugref{9783}
+ # This is for supporting Guest Additions < 7.1.
+ VBOX_WITH_GSTCTL_TOOLBOX_SUPPORT = 1
+ # Enables treating the toolbox as built-in commands. Requires 7.1 Guest Additions. See @bugref{9783}
+ VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS =
endif
# Enable ballooning
VBOX_WITH_MEMBALLOON = 1