pine64-dontbeevil: start ofono on boot (!678)
This commit is contained in:
parent
3e4ff90ef7
commit
f6ebf07606
2 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname="device-pine64-dontbeevil"
|
||||
pkgdesc="PINE64 PinePhone Don't be evil devkit"
|
||||
pkgver=0.1
|
||||
pkgrel=11
|
||||
pkgrel=12
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -14,8 +14,9 @@ subpackages="
|
|||
$pkgname-kernel-shortts:kernel_shortts
|
||||
$pkgname-kernel-longts:kernel_longts
|
||||
"
|
||||
depends="postmarketos-base u-boot-pine64 uboot-tools mesa-git mesa-git-glapi mesa-git-gl mesa-git-gles mesa-git-egl mesa-git-gbm mesa-git-dri-lima mesa-git-dri-kmsro"
|
||||
depends="postmarketos-base u-boot-pine64 uboot-tools mesa-git mesa-git-glapi mesa-git-gl mesa-git-gles mesa-git-egl mesa-git-gbm mesa-git-dri-lima mesa-git-dri-kmsro ofono"
|
||||
makedepends="devicepkg-dev"
|
||||
install="$pkgname.post-install"
|
||||
source="
|
||||
deviceinfo
|
||||
uboot-script.cmd
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update add ofono default
|
Loading…
Reference in a new issue