device/device-pine64-pinephone: setup Bluetooth (!820)

This commit is contained in:
Luca Weiss 2019-12-22 13:19:52 +01:00 committed by Alexey Min
parent 920afebc59
commit fab02c69bf
No known key found for this signature in database
GPG key ID: EBF5ECFFFEE34DED
2 changed files with 5 additions and 2 deletions

View file

@ -3,7 +3,7 @@
pkgname="device-pine64-pinephone"
pkgdesc="PINE64 PinePhone"
pkgver=0.1
pkgrel=25
pkgrel=26
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -11,7 +11,7 @@ options="!check !archcheck"
subpackages="
$pkgname-nonfree-firmware:nonfree_firmware
"
depends="postmarketos-base u-boot-pine64 uboot-tools mesa-git-dri-gallium linux-postmarketos-allwinner ofono ofono-openrc gpsd atinout"
depends="postmarketos-base u-boot-pine64 uboot-tools mesa-git-dri-gallium linux-postmarketos-allwinner ofono ofono-openrc gpsd atinout bluez"
makedepends="devicepkg-dev"
install="$pkgname.post-install"
source="

View file

@ -1,5 +1,8 @@
#!/bin/sh
sed -i 's|#Name = BlueZ|Name = PINE64 PinePhone|' /etc/bluetooth/main.conf
rc-update add bluetooth default
rc-update add ofono default
rc-update add eg25 default
rc-update add gpsd default