From: Heiko Z. <smi...@us...> - 2015-11-01 20:16:18
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-4.x In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25426 Modified Files: config_linux.686 config_linux.x86_64 Log Message: don't compress the modules for now. need to figure out why kmod tools can't find the compressed modules Index: config_linux.x86_64 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-4.x/config_linux.x86_64,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- config_linux.x86_64 24 Oct 2015 16:18:15 -0000 1.4 +++ config_linux.x86_64 1 Nov 2015 20:16:16 -0000 1.5 @@ -265,9 +265,9 @@ CONFIG_MODVERSIONS=y # CONFIG_MODULE_SRCVERSION_ALL is not set # CONFIG_MODULE_SIG is not set -CONFIG_MODULE_COMPRESS=y +CONFIG_MODULE_COMPRESS=n # CONFIG_MODULE_COMPRESS_GZIP is not set -CONFIG_MODULE_COMPRESS_XZ=y +CONFIG_MODULE_COMPRESS_XZ=n CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y CONFIG_BLK_DEV_BSG=y Index: config_linux.686 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-4.x/config_linux.686,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- config_linux.686 24 Oct 2015 16:20:10 -0000 1.7 +++ config_linux.686 1 Nov 2015 20:16:16 -0000 1.8 @@ -259,9 +259,9 @@ CONFIG_MODVERSIONS=y # CONFIG_MODULE_SRCVERSION_ALL is not set # CONFIG_MODULE_SIG is not set -CONFIG_MODULE_COMPRESS=y +CONFIG_MODULE_COMPRESS=n # CONFIG_MODULE_COMPRESS_GZIP is not set -CONFIG_MODULE_COMPRESS_XZ=y +CONFIG_MODULE_COMPRESS_XZ=n CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y CONFIG_LBDAF=y |