surftab-wintron7.0: fix kernel and initramfs names (MR 2521)

[ci:skip-build] already built successfully in CI
This commit is contained in:
jenneron 2021-09-15 15:47:57 +03:00 committed by Clayton Craft
parent da14c01ca7
commit fc0b5f1efe
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54
2 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
# Reference: <https://postmarketos.org/devicepkg>
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
"

View file

@ -1,5 +1,5 @@
timeout=4
menuentry "postmarketOS" {
linux ($root)/vmlinuz-vanilla
initrd ($root)/initramfs-vanilla
linux ($root)/vmlinuz-lts
initrd ($root)/initramfs
}