VirtualBox

Ignore:
Timestamp:
Nov 23, 2011 1:55:31 PM (13 years ago)
Author:
vboxsync
Message:

Linux modules: force disabling of CONFIG_MODULE_SIG when building the kernel modules. We don't have any private key available so it does not make much sense to try signing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile

    r36671 r39400  
    196196obj-m += $(MODULE).o
    197197
     198# OL/UEK: disable module signing for external modules -- we don't have any private key
    198199$(MODULE):
    199         $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) -C $(KERN_DIR) modules
     200        $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) CONFIG_MODULE_SIG= -C $(KERN_DIR) modules
    200201
    201202install: $(MODULE)
Note: See TracChangeset for help on using the changeset viewer.

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