soc-amlogic-s905: package aml_autoscript (MR 3955)

This commit is contained in:
@exkc 2023-03-29 23:31:32 +08:00 committed by Newbyte
parent d59283cbf6
commit a55d3991d5
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02

View file

@ -1,8 +1,9 @@
# Maintainer: Ferass El Hafidi <vitali64pmemail@protonmail.com>
# Co-Maintainer: exkc <exxxxkc@getgoogleoff.me>
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() {