main/linux-postmarketos-stable: disable on all except armv7 (!1064)
nokia-n900 is the last user of linux-postmarketos-stable. Let's keep it as-is temporarily until nokia-n900 has been migrated to Alpine's linux-lts or a custom kernel. Disable it on all other architectures to make it clear that it is obsolete. [ci:skip-vercheck]: no changes, only disabled architectures
This commit is contained in:
parent
841707b42b
commit
0b35afde22
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# NOTE: This kernel is obsolete. See https://gitlab.com/postmarketOS/pmaports/-/issues/464
|
||||
# It is only kept until nokia-n900 has been migrated to linux-lts or a custom kernel.
|
||||
|
||||
_flavor=postmarketos-stable
|
||||
_hash="7b6fbfd899b4133e4f789843e5967beb139ec4d2"
|
||||
_config="config-${_flavor}.${CARCH}"
|
||||
|
@ -11,7 +14,7 @@ case $pkgver in
|
|||
esac
|
||||
pkgrel=2
|
||||
|
||||
arch="x86_64 armhf armv7 aarch64"
|
||||
arch="armv7"
|
||||
pkgdesc="Linux for pmOS supported chipsets (stable)"
|
||||
url="https://kernel.org/"
|
||||
depends=""
|
||||
|
|
Loading…
Add table
Reference in a new issue