From b6f0cfda681053a413e15e8bd8f785a718732a9e Mon Sep 17 00:00:00 2001 From: Anton Bambura Date: Thu, 10 Aug 2023 01:16:32 +0300 Subject: [PATCH] main/postmarketos-mkinitfs-hook-apx: enable aarch64 (MR 4319) It may work on aarch64 Tegra SoCs [ci:skip-build]: already built successfully in CI --- main/postmarketos-mkinitfs-hook-apx/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-mkinitfs-hook-apx/APKBUILD b/main/postmarketos-mkinitfs-hook-apx/APKBUILD index a50715aa3..d6eea8221 100644 --- a/main/postmarketos-mkinitfs-hook-apx/APKBUILD +++ b/main/postmarketos-mkinitfs-hook-apx/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Jenneron pkgname=postmarketos-mkinitfs-hook-apx pkgver=1 -pkgrel=0 +pkgrel=1 pkgdesc="Enter APX on boot for NVIDIA Tegra devices" url="https://postmarketos.org" depends="postmarketos-mkinitfs devmem2" source="00-apx.sh 00-apx.files" -arch="armv7" +arch="aarch64 armv7" license="GPL-2.0-or-later" options="!check"