a57701d131
This code wasn't actually working for me on samsung-m0, so I
investigated and came up with that this fixes it. I'm not sure if you
are supposed to be able to omit the deviceinfo_ prefix? Either way, it
doesn't seem to work, so let's fix it.
Fixes fad7c7ef8e
18 lines
472 B
Text
18 lines
472 B
Text
pkgname=postmarketos-update-kernel
|
|
pkgver=0.0.8
|
|
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="
|
|
97b8a84db059cc8e3df69d8d187e08067a1015a01f2528287a4036f7f2c5e5c95a5d9fc2c2533cc7484cc896c1e3a664c2273fa34208d89f2561e3dc3a3a911a update-kernel.sh
|
|
"
|