fad7c7ef8e
This is done as devices that use Heimdall flash to KERNEL instead of boot like in case of fastboot, plus devices with weird partitions can set the var in deviceinfo
18 lines
472 B
Text
18 lines
472 B
Text
pkgname=postmarketos-update-kernel
|
|
pkgver=0.0.7
|
|
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="
|
|
dae5ab226de812f3368d115a7906e3070929b58a90f428bb65bd60bde46a0802cb56189c4bbf7d686f4cbf3a78c667979080c9a5535244090118b7163362f9aa update-kernel.sh
|
|
"
|