|
From: Heiko Z. <smi...@us...> - 2015-10-20 00:06:16
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-4.x In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32417 Modified Files: config_linux.686 config_linux.x86_64 Log Message: compress modules to conserve space Index: config_linux.x86_64 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-4.x/config_linux.x86_64,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- config_linux.x86_64 17 Oct 2015 20:20:05 -0000 1.2 +++ config_linux.x86_64 20 Oct 2015 00:06:14 -0000 1.3 @@ -265,7 +265,9 @@ CONFIG_MODVERSIONS=y # CONFIG_MODULE_SRCVERSION_ALL is not set # CONFIG_MODULE_SIG is not set -# CONFIG_MODULE_COMPRESS is not set +CONFIG_MODULE_COMPRESS=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +CONFIG_MODULE_COMPRESS_XZ=y 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.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- config_linux.686 18 Oct 2015 14:17:42 -0000 1.4 +++ config_linux.686 20 Oct 2015 00:06:14 -0000 1.5 @@ -259,7 +259,9 @@ CONFIG_MODVERSIONS=y # CONFIG_MODULE_SRCVERSION_ALL is not set # CONFIG_MODULE_SIG is not set -# CONFIG_MODULE_COMPRESS is not set +CONFIG_MODULE_COMPRESS=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +CONFIG_MODULE_COMPRESS_XZ=y CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y CONFIG_LBDAF=y |