[arch-commits] Commit in linux/trunk (PKGBUILD config config.x86_64)
Tobias Powalowski
tpowa at archlinux.org
Sun Feb 8 19:21:45 UTC 2015
Date: Sunday, February 8, 2015 @ 20:21:44
Author: tpowa
Revision: 231152
fix #43527
Modified:
linux/trunk/PKGBUILD
linux/trunk/config
linux/trunk/config.x86_64
---------------+
PKGBUILD | 2 --
config | 4 +++-
config.x86_64 | 4 +++-
3 files changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-08 19:15:09 UTC (rev 231151)
+++ PKGBUILD 2015-02-08 19:21:44 UTC (rev 231152)
@@ -134,8 +134,6 @@
rm -f "${pkgdir}"/lib/modules/${_kernver}/{source,build}
# remove the firmware
rm -rf "${pkgdir}/lib/firmware"
- # gzip -9 all modules to save 100MB of space
- find "${pkgdir}" -name '*.ko' -exec gzip -9 {} \;
# make room for external modules
ln -s "../extramodules-${_basekernel}${_kernelname:--ARCH}" "${pkgdir}/lib/modules/${_kernver}/extramodules"
# add real version for building modules and running depmod from post_install/upgrade
Modified: config
===================================================================
--- config 2015-02-08 19:15:09 UTC (rev 231151)
+++ config 2015-02-08 19:21:44 UTC (rev 231152)
@@ -291,7 +291,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=y
+# CONFIG_MODULE_COMPRESS_XZ is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_LBDAF=y
Modified: config.x86_64
===================================================================
--- config.x86_64 2015-02-08 19:15:09 UTC (rev 231151)
+++ config.x86_64 2015-02-08 19:21:44 UTC (rev 231152)
@@ -303,7 +303,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=y
+# CONFIG_MODULE_COMPRESS_XZ is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
More information about the arch-commits
mailing list