Changeset 108110 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Feb 7, 2025 12:45:41 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r108027 r108110 79 79 VBOX_WITH_VBOXSDL := 80 80 VBOX_CAB_COMPRESSION_LEVEL := none 81 endif 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} 85 if "$(KBUILD_TARGET_ARCH)" == "arm64" 86 VBOX_WITH_NETADP := 87 VBOX_WITH_NETFLT := 81 88 endif 82 89
Note:
See TracChangeset
for help on using the changeset viewer.