VirtualBox

Changeset 108110 in vbox for trunk


Ignore:
Timestamp:
Feb 7, 2025 12:45:41 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167408
Message:

Windows/Installer: Disable installing NetAdp and NetLwf drivers on arm64, as Windows/Arm requires at least NDIS 6.3 which we don't support yet. bugref:10849

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r108027 r108110  
    7979 VBOX_WITH_VBOXSDL              :=
    8080 VBOX_CAB_COMPRESSION_LEVEL     := none
     81endif
     82
     83# Disable installing NetAdp and NetLwf drivers on arm64, as Windows/Arm requires at least NDIS 6.3
     84# which we don't support yet. See @bugref{10846}
     85if "$(KBUILD_TARGET_ARCH)" == "arm64"
     86 VBOX_WITH_NETADP               :=
     87 VBOX_WITH_NETFLT               :=
    8188endif
    8289
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