VirtualBox

Changeset 32922 in vbox


Ignore:
Timestamp:
Oct 5, 2010 2:13:54 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66405
Message:

Config.kmk: Moved VBOX_WITH_NET*/VDE out of the hardening group, adding documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r32833 r32922  
    346346 VBOX_WITH_VIDEOHWACCEL = 1
    347347endif
    348 # Enable Wddm Video driver for Vista+ guests 
     348# Enable Wddm Video driver for Vista+ guests
    349349VBOX_WITH_WDDM = 1
    350350VBOXWDDM_WITH_VBVA=1
     
    499499
    500500
     501## @name Networking
     502## @{
     503# Use VBoxNetFlt for host interface networking.
     504if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win)
     505 VBOX_WITH_NETFLT = 1
     506 ifeq ($(KBUILD_TARGET),solaris)
     507 # Disabled until some Nevada version ships the required headers.
     508 #  VBOX_WITH_NETFLT_CROSSBOW = 1
     509 endif
     510 # Use VBoxNetAdp for host only networking.
     511 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris) ## @todo this should be set and used on windows too.
     512  VBOX_WITH_NETADP = 1
     513 endif
     514endif
     515# Enable Virtual Distributed Ethernet or not.
     516if1of ($(KBUILD_TARGET), freebsd linux)
     517 VBOX_WITH_VDE = 1
     518endif
     519## @}
     520
     521
    501522## @name Misc
    502523## @{
     
    586607 endif
    587608endif
    588 # Use VBoxNetFlt for host interface networking.
    589 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win)
    590  VBOX_WITH_NETFLT = 1
    591  ifeq ($(KBUILD_TARGET),solaris)
    592 # Disabled until some Nevada version ships the required headers.
    593 #  VBOX_WITH_NETFLT_CROSSBOW = 1
    594  endif
    595  if1of ($(KBUILD_TARGET), darwin freebsd linux solaris)
    596   VBOX_WITH_NETADP = 1
    597  endif
    598 endif
    599 if1of ($(KBUILD_TARGET), freebsd linux)
    600  VBOX_WITH_VDE = 1
    601 endif
    602609## @}
     610
    603611
    604612# Strip binaries of release and profile builds before packing them into the installer
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette