From a55d3991d556ff5cdba2cd47093357fed5c8a97d Mon Sep 17 00:00:00 2001 From: "@exkc" Date: Wed, 29 Mar 2023 23:31:32 +0800 Subject: [PATCH] soc-amlogic-s905: package aml_autoscript (MR 3955) --- device/testing/soc-amlogic-s905/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/device/testing/soc-amlogic-s905/APKBUILD b/device/testing/soc-amlogic-s905/APKBUILD index f68266767..a395ccda4 100644 --- a/device/testing/soc-amlogic-s905/APKBUILD +++ b/device/testing/soc-amlogic-s905/APKBUILD @@ -1,8 +1,9 @@ # Maintainer: Ferass El Hafidi +# Co-Maintainer: exkc pkgname=soc-amlogic-s905 pkgdesc="Common package for devices using the Amlogic S905 SoC" pkgver=1 -pkgrel=0 +pkgrel=1 url="https://postmarketos.org" license="MIT" arch="aarch64" @@ -27,6 +28,8 @@ boot() { # Required if installing to an SD card mkimage -A arm64 -O linux -T script -C none -a 0 -e 0 -n "S905 autoscript" \ -d "$srcdir/s905_autoscript.cmd" "$subpkgdir/boot/s905_autoscript" + mkimage -A arm64 -O linux -T script -C none -a 0 -e 0 -n "AML_autoscript" \ + -d "$srcdir/s905_autoscript.cmd" "$subpkgdir/boot/aml_autoscript" } x11() {