summaryrefslogtreecommitdiff
path: root/Config.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-28 16:37:42 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-28 16:37:42 +0000
commit315e2ff426ad60358e7c472c01738ad3d1a90eff (patch)
treea4d2c8ccc4e4cc2bc9b9cedc94ba5f98d434620f /Config.kmk
parent71b4264346b6be936df2c8e5ed8102b6fd9c90ae (diff)
downloadVirtualBox-svn-315e2ff426ad60358e7c472c01738ad3d1a90eff.tar.gz
Guest Control: Enabled VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS by default. Newer Guest Additions (trunk only at the moment) will then report support for this, so that the host in turn can use the new code paths. Older Guest Additions in turn will be used as-is with the now-legacy toolbox support built into VBoxService. bugref:9783
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98790 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'Config.kmk')
-rw-r--r--Config.kmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.kmk b/Config.kmk
index 98591cdea57..cf9109e4c37 100644
--- a/Config.kmk
+++ b/Config.kmk
@@ -901,7 +901,7 @@ if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win)
# 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 =
+ VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS = 1
endif
# Enable ballooning
VBOX_WITH_MEMBALLOON = 1