linux3.14: update to 3.14.43.
This commit is contained in:
parent
5dbafeced1
commit
635772abc8
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux3.14'
|
||||
#
|
||||
pkgname=linux3.14
|
||||
version=3.14.39
|
||||
version=3.14.43
|
||||
revision=1
|
||||
wrksrc="linux-${version}"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -9,7 +9,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (3.14 series)"
|
||||
distfiles="${KERNEL_SITE}/kernel/v3.x/linux-${version}.tar.xz"
|
||||
checksum=2d1b7c332e92edf3c83bc49bc339a3bd1e0156334ec6344bb12bdfba298eee7d
|
||||
checksum=6ecfa347c78b31b96a2ad282e2835315bc94d4ec52955e2e11b51be2dc6fafd4
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
|
@ -197,7 +197,7 @@ do_install() {
|
|||
|
||||
# Compress all modules with gzip to save a few MBs.
|
||||
msg_normal "$pkgver: compressing kernel modules with gzip, please wait...\n"
|
||||
find ${DESTDIR} -name '*.ko' -exec gzip -9 {} \;
|
||||
find ${DESTDIR} -name '*.ko' | xargs -n1 -P0 gzip -9
|
||||
|
||||
# ... and run depmod again.
|
||||
depmod -b ${DESTDIR}/usr -F System.map ${_kernver}
|
||||
|
|
Loading…
Reference in New Issue