855564d4fa
Use the dtb-appended kernel file, e.g. postmarketos-exynos4-dtb instead of postmarketos-exynos4, if it is available. This is needed to flash a mainline kernel with appended dtb to isorec devices.
15 lines
469 B
Text
15 lines
469 B
Text
pkgname=postmarketos-update-kernel
|
|
pkgver=0.0.4
|
|
pkgrel=0
|
|
pkgdesc="kernel updater script for postmarketOS"
|
|
url="https://postmarketos.org"
|
|
depends="util-linux"
|
|
source="update-kernel.sh"
|
|
arch="noarch"
|
|
license="GPL3"
|
|
|
|
package() {
|
|
install -Dm755 "$srcdir/update-kernel.sh" \
|
|
"$pkgdir/sbin/pmos-update-kernel"
|
|
}
|
|
sha512sums="17de682e88fec2632cb51c6b034e7b9c27e77736d5943906a57e276fb4c594af7af93e411e8cdb1ea2aeefb8d7f231408195102b02af3e8e55d594d1c812ff16 update-kernel.sh"
|