2024-07-17 13:49:42 +02:00
|
|
|
Index: VirtualBox-7.0.20/Config.kmk
|
2024-07-13 15:17:31 +02:00
|
|
|
===================================================================
|
2024-07-17 13:49:42 +02:00
|
|
|
--- VirtualBox-7.0.20.orig/Config.kmk
|
|
|
|
+++ VirtualBox-7.0.20/Config.kmk
|
2024-07-13 15:17:31 +02:00
|
|
|
@@ -981,11 +981,9 @@ if1of ($(KBUILD_TARGET), freebsd linux)
|
|
|
|
endif
|
|
|
|
# Use new VBoxNetDhcpd instead of old VBoxNetDHCP
|
|
|
|
VBOX_WITH_DHCPD = 1
|
|
|
|
-# Experimental suport for cloud network integration (depends on libssh)
|
|
|
|
-ifdef VBOX_WITH_LIBSSH
|
|
|
|
- VBOX_WITH_CLOUD_NET = 1
|
|
|
|
-endif
|
|
|
|
# Use Mac OS X VMNET API instead of network kernel extensions
|
|
|
|
+# Experimental suport for cloud network integration
|
|
|
|
+#VBOX_WITH_CLOUD_NET = 1
|
|
|
|
VBOX_WITH_VMNET = 1
|
|
|
|
## @}
|
|
|
|
|