diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template index f306ff4a420..ec008c65e47 100644 --- a/srcpkgs/rpi-kernel/template +++ b/srcpkgs/rpi-kernel/template @@ -1,10 +1,10 @@ # Template file for 'rpi-kernel' # -_githash="780e68130fba82a525b89e85f051c91b7a508e52" +_githash="2e529746b6de7633ffd02c27c1f70a1df30fe243" _gitshort="${_githash:0:7}" pkgname=rpi-kernel -version=3.18.9 +version=3.18.10 revision=1 wrksrc="linux-${_githash}" maintainer="Juan RP " @@ -12,7 +12,7 @@ homepage="http://www.kernel.org" license="GPL-2" short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])" distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz" -checksum=d8f98a82cdfca61bafd3e78f64c5fbf0ea85d3598e8385b5f563ea2362acaa35 +checksum=d7eec494278053832004732e7d9e2669de243435bbff280bcb1cc41ba413276a _kernver="${version}_${revision}" @@ -162,7 +162,7 @@ do_install() { # Compress all modules with xz 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 -n -P gzip -9 # ... and run depmod again. depmod -b ${DESTDIR}/usr -F System.map ${_kernver}