From 663dbd7e5b41ce7aa26fb0e81834ed585651c461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 22 Jun 2019 10:17:20 +0200 Subject: [PATCH] linux3.16: update to 3.16.69 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/linux3.16/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux3.16/template b/srcpkgs/linux3.16/template index 834c7f457c..48bb290ff4 100644 --- a/srcpkgs/linux3.16/template +++ b/srcpkgs/linux3.16/template @@ -1,6 +1,6 @@ # Template file for 'linux3.16' pkgname=linux3.16 -version=3.16.68 +version=3.16.69 revision=1 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" @@ -8,7 +8,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="${KERNEL_SITE}/kernel/v3.x/linux-${version}.tar.xz" -checksum=248ec97bb105cfda1c32ccfe132372fa3a7cf2535ad98556d2ecebc9b55406ff +checksum=efcea9f2bac12113e3c01ab171db7ce1a7fe9867feb3baebc9d0512d53a3519d patch_args="-Np1" _kernver="${version}_${revision}" @@ -60,7 +60,7 @@ do_configure() { make ${makejobs} allmodconfig fi # 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() { # Override EXTRAVERSION because we can't have dashes in kernel name