linux3.16: update to 3.16.69

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-06-22 10:17:20 +02:00
parent e022fa1045
commit 663dbd7e5b
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -1,6 +1,6 @@
# Template file for 'linux3.16' # Template file for 'linux3.16'
pkgname=linux3.16 pkgname=linux3.16
version=3.16.68 version=3.16.69
revision=1 revision=1
wrksrc="linux-${version}" wrksrc="linux-${version}"
short_desc="Linux kernel and modules (${version%.*} series)" short_desc="Linux kernel and modules (${version%.*} series)"
@ -8,7 +8,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://www.kernel.org" homepage="https://www.kernel.org"
distfiles="${KERNEL_SITE}/kernel/v3.x/linux-${version}.tar.xz" distfiles="${KERNEL_SITE}/kernel/v3.x/linux-${version}.tar.xz"
checksum=248ec97bb105cfda1c32ccfe132372fa3a7cf2535ad98556d2ecebc9b55406ff checksum=efcea9f2bac12113e3c01ab171db7ce1a7fe9867feb3baebc9d0512d53a3519d
patch_args="-Np1" patch_args="-Np1"
_kernver="${version}_${revision}" _kernver="${version}_${revision}"
@ -60,7 +60,7 @@ do_configure() {
make ${makejobs} allmodconfig make ${makejobs} allmodconfig
fi fi
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version. # Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
sed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config vsed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config
} }
do_build() { do_build() {
# Override EXTRAVERSION because we can't have dashes in kernel name # Override EXTRAVERSION because we can't have dashes in kernel name