linux4.4: update to 4.4.71
This commit is contained in:
parent
cd266eedcb
commit
302af3b4da
1 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux4.4'
|
# Template file for 'linux4.4'
|
||||||
pkgname=linux4.4
|
pkgname=linux4.4
|
||||||
version=4.4.70
|
version=4.4.71
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -8,7 +8,7 @@ homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
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=c0a8b36ca9044a91eccb475cc1c467cee1f5b296f30ca06db2b91e0589072dfa
|
checksum=44cd5532d6df32197fd0f89e6f8c542fcfb76b52155a4d3a609ef4898522e6ab
|
||||||
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
|
@ -46,9 +46,14 @@ do_configure() {
|
||||||
i686*) arch=i386;;
|
i686*) arch=i386;;
|
||||||
x86_64*) arch=x86_64;;
|
x86_64*) arch=x86_64;;
|
||||||
armv7*) arch=arm
|
armv7*) arch=arm
|
||||||
$XBPS_FETCH_CMD http://rcn-ee.com/deb/sid-armhf/v${version}-armv7-x2/patch-${version}-armv7-x2.diff.gz
|
# This file does not exist!?
|
||||||
gunzip patch-${version}-armv7-x2.diff.gz
|
# $XBPS_FETCH_CMD http://rcn-ee.com/deb/sid-armhf/v${version}-armv7-x2/patch-${version}-armv7-x2.diff.gz
|
||||||
patch -Np1 -i patch-${version}-armv7-x2.diff
|
# gunzip patch-${version}-armv7-x2.diff.gz
|
||||||
|
# patch -Np1 -i patch-${version}-armv7-x2.diff
|
||||||
|
# Found the latest here:
|
||||||
|
$XBPS_FETCH_CMD http://rcn-ee.com/deb/zesty-armhf/v${version}-armv7-x13/patch-${version}-armv7-x13.diff.xz
|
||||||
|
unxz patch-${version}-armv7-x13.diff.xz
|
||||||
|
patch -Np1 -i patch-${version}-armv7-x13.diff
|
||||||
;;
|
;;
|
||||||
aarch64*) arch=arm64;;
|
aarch64*) arch=arm64;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue