From fc0b5f1efe2356cc8ce188a2027fecd38e10d556 Mon Sep 17 00:00:00 2001 From: jenneron Date: Wed, 15 Sep 2021 15:47:57 +0300 Subject: [PATCH] surftab-wintron7.0: fix kernel and initramfs names (MR 2521) [ci:skip-build] already built successfully in CI --- device/testing/device-surftab-wintron7.0/APKBUILD | 6 +++--- device/testing/device-surftab-wintron7.0/grub.cfg | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/device/testing/device-surftab-wintron7.0/APKBUILD b/device/testing/device-surftab-wintron7.0/APKBUILD index 7f0936fef..879c491fd 100644 --- a/device/testing/device-surftab-wintron7.0/APKBUILD +++ b/device/testing/device-surftab-wintron7.0/APKBUILD @@ -1,8 +1,8 @@ # Reference: pkgname=device-surftab-wintron7.0 pkgdesc="TrekStor SurfTab wintron 7.0" -pkgver=0.3 -pkgrel=9 +pkgver=0.4 +pkgrel=0 url="https://postmarketos.org" license="MIT" arch="x86_64" @@ -34,5 +34,5 @@ nonfree_firmware() { sha512sums=" aca8d02fa47dfdfe095e6e0abc5175aff901be741506a4428aab10a470d16ad4b696873c0c907574cebef143cb4c5fbcfd27e3425ff6f7dbf187e3e2c38cd5c1 deviceinfo -8b77755eb59c07f84cb00439f09e0f4bbc2fdf6da8e41160bb1967463c0e098d012a18465891a5d0fc64a37712ba3840a110aa7a371da90c23b4fcd7ac63c004 grub.cfg +11fa2ef0a8434bdd6ff266f17585ae3f5ec7724a2053ec62c831845dc7cf6d74e690cdb3e67f84c7183e16f0d6a168275942490927143b1287330b45286f27e9 grub.cfg " diff --git a/device/testing/device-surftab-wintron7.0/grub.cfg b/device/testing/device-surftab-wintron7.0/grub.cfg index 65be4e975..d3be64235 100644 --- a/device/testing/device-surftab-wintron7.0/grub.cfg +++ b/device/testing/device-surftab-wintron7.0/grub.cfg @@ -1,5 +1,5 @@ timeout=4 menuentry "postmarketOS" { - linux ($root)/vmlinuz-vanilla - initrd ($root)/initramfs-vanilla + linux ($root)/vmlinuz-lts + initrd ($root)/initramfs }