parent
e097200be3
commit
431231d885
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux4.4'
|
# Template file for 'linux4.4'
|
||||||
pkgname=linux4.4
|
pkgname=linux4.4
|
||||||
version=4.4.175
|
version=4.4.176
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
@ -8,7 +8,7 @@ homepage="https://www.kernel.org"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||||
distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz"
|
||||||
checksum=e67c8757aa134c85707fe8d558dbe67d85fcec9b776c1e7feacd3ec91aba0be5
|
checksum=27da5401aa691762f3361c143f453877f499c02ea6c9c743b09538cb1af1c75d
|
||||||
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
|
@ -19,7 +19,7 @@ preserve=yes
|
||||||
|
|
||||||
export CCACHE_DISABLE=1
|
export CCACHE_DISABLE=1
|
||||||
|
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl armv7l armv7l-musl aarch64 aarch64-musl"
|
archs="i686* x86_64* armv7l* aarch64*"
|
||||||
hostmakedepends="bc perl kmod uboot-mkimage libressl-devel"
|
hostmakedepends="bc perl kmod uboot-mkimage libressl-devel"
|
||||||
|
|
||||||
triggers="kernel-hooks"
|
triggers="kernel-hooks"
|
||||||
|
|
Loading…
Reference in New Issue