main/postmarketos-update-kernel: use source_deviceinfo (MR 4129)
This commit is contained in:
parent
881dbc6a22
commit
14bc7fe038
|
@ -1,9 +1,9 @@
|
|||
pkgname=postmarketos-update-kernel
|
||||
pkgver=0.0.8
|
||||
pkgver=0.0.9
|
||||
pkgrel=0
|
||||
pkgdesc="kernel updater script for postmarketOS"
|
||||
url="https://postmarketos.org"
|
||||
depends="util-linux"
|
||||
depends="devicepkg-utils util-linux"
|
||||
source="update-kernel.sh"
|
||||
arch="noarch"
|
||||
license="GPL3"
|
||||
|
@ -14,5 +14,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
97b8a84db059cc8e3df69d8d187e08067a1015a01f2528287a4036f7f2c5e5c95a5d9fc2c2533cc7484cc896c1e3a664c2273fa34208d89f2561e3dc3a3a911a update-kernel.sh
|
||||
1bdbf90a291629bb72e277e5e9fbcdfbca3b38f0f4c6fcf604c487196e1f60139c9e0de656274f545b29b4b09d488bd248e8fa5049f765ad000220af98d08427 update-kernel.sh
|
||||
"
|
||||
|
|
|
@ -6,7 +6,7 @@ set -e
|
|||
deviceinfo_append_dtb=""
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
. /etc/deviceinfo
|
||||
. /usr/share/misc/source_deviceinfo
|
||||
|
||||
# On A/B devices with bootloader cmdline ON this will return the slot suffix
|
||||
# if booting with an alternate method which erases the stock bootloader cmdline
|
||||
|
|
Loading…
Reference in New Issue
Block a user