linux4.7: disable stripping of ksyms (#4640)

Disable the config setting CONFIG_TRIM_UNUSED_KSYMS, or otherwise
the kernel won't export symbols which are required to make
dkms modules built for virtualbox-ose (probably others) load.
This commit is contained in:
Jürgen Buchmüller 2016-08-18 15:57:26 +02:00 committed by Juan RP
parent 33f41f2f04
commit aa6f508e99
3 changed files with 3 additions and 3 deletions

View File

@ -312,7 +312,7 @@ CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
# CONFIG_MODULE_COMPRESS is not set
CONFIG_TRIM_UNUSED_KSYMS=y
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_LBDAF=y

View File

@ -331,7 +331,7 @@ CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
# CONFIG_MODULE_COMPRESS is not set
CONFIG_TRIM_UNUSED_KSYMS=y
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y

View File

@ -1,7 +1,7 @@
# Template file for 'linux4.7'
pkgname=linux4.7
version=4.7.1
revision=1
revision=2
wrksrc="linux-${version}"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.kernel.org"