forked from pool/virtualbox
2c52cfe01d
- VirtualBox 7.0.4 (released November 18 2022) VirtualBox 7.0.2 (released October 20 2022) VirtualBox 7.0.0 (released October 10 2022) OBS-URL: https://build.opensuse.org/request/show/1037192 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=664
19 lines
614 B
Diff
19 lines
614 B
Diff
Index: VirtualBox-7.0.4/Config.kmk
|
|
===================================================================
|
|
--- VirtualBox-7.0.4.orig/Config.kmk
|
|
+++ VirtualBox-7.0.4/Config.kmk
|
|
@@ -972,11 +972,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
|
|
## @}
|
|
|